From 76564200fb05c3fbcab0052a0401755752d2de13 Mon Sep 17 00:00:00 2001 From: dash14 Date: Mon, 25 Sep 2023 22:17:00 +0900 Subject: [PATCH] Rewritten description of features --- README.ja.md | 12 +++++++----- README.md | 12 +++++++----- src/components/brand/Copyright.tsx | 2 +- 3 files changed, 15 insertions(+), 11 deletions(-) diff --git a/README.ja.md b/README.ja.md index 2a201fc..a7e58d1 100644 --- a/README.ja.md +++ b/README.ja.md @@ -19,11 +19,13 @@ BLOCKoli は、簡単な設定で Web におけるネットワークリクエス * Web開発において、特定のリクエストをブロックして失敗させ、システムの動作をチェックする * 従量課金制のネットワークを利用する場合に、画像やメディアリソースのリクエストをブロックすることで、通信料金を抑制する -以下の機能が利用できます: -* ブラウザ上で発生するネットワーク要求のブロックまたは許可(ブロッキングの例外)の条件をルールとして定義する -* ルール全体を有効または無効にする -* ブラウザのタブにおいて実際にブロックまたは許可されたルールのリストを表示する -* 他のブロッカー系拡張とは異なり、閲覧履歴やサイトのデータ読み取り権限を必要とせず、安全です +特徴: +* 柔軟なルールの定義 + * ドメイン・URL・リクエストメソッド・リソース種別を条件に、ネットワーク要求のブロックまたは許可(ブロッキングの例外)ルールを定義できます +* 必要最小限のパーミッションしか要求せず安全 + * 他の多くのネットワークブロック系の拡張とは異なり、サイトのデータ読み取りや変更、閲覧履歴にアクセスするパーミッションを必要としません +* 動作結果を確認できる + * 特定のタブ内でリクエストをブロックまたは許可したルールのリストを表示できます ブロックまたは許可の条件として以下が指定できます: * リクエスト先ドメイン diff --git a/README.md b/README.md index d80e8f0..c6e8656 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,13 @@ For example, it is useful in the following situations: * In web development, block specific requests and make them fail to check the system behavior. * When using a pay-as-you-go network, suppress communication charges by blocking request for image and media resources. -The following features are available: -* Define the conditions for blocking or allowing (exceptions to blocking) network requests that occur on the browser as rules -* Enable or disable entire rules -* Display a list of blocked or passed rules in a browser tab -* Unlike other blocker extensions, this extension is secure, not requiring permissions to read browsing history or data from the sites you visit +Features: +* Rule definition with flexibility + * Rules can be defined to block or allow (exceptions to block) network requests based on domain, URL, request method, and resource type +* Safe as only minimal permissions are required + * Unlike many other network blocking extensions, this extension does not require permissions to read and change all your data on all websites or to read your browsing history +* Work results can be checked + * Users can view a list of rules that blocked or allowed requests within a specific tab The conditions for blocking or allowing, definable as rules, are as follows: * Request Domains diff --git a/src/components/brand/Copyright.tsx b/src/components/brand/Copyright.tsx index 94c1ed9..a60afe3 100644 --- a/src/components/brand/Copyright.tsx +++ b/src/components/brand/Copyright.tsx @@ -4,7 +4,7 @@ import { FaGithub } from "react-icons/fa"; export const Copyright: React.FC = () => { return ( - MIT Licensed | Copyright © 2023 dash14.ack + Copyright © 2023 dash14.ack