accessibility
change fontSize, add drakMode(nightMode), Increase font readability and add the bottom line of the links on every site
accessibilityとは何ですか?
accessibilityはmahdihasanzadeh.devによって開発されたChromeの拡張機能で、その主な機能は「change fontSize, add drakMode(nightMode), Increase font readability and add the bottom line of the links on every site」です。
拡張機能のスクリーンショット
accessibility拡張機能のCRXファイルをダウンロード
accessibility拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
With Accessibility users can add effect to any website and webpage
Features:
✔Ability to toggle Dark Mode(Night Mode)
✔Ability to increase and decrease fonts
✔Ability to Increase font readability
✔Ability to add the bottom line of the links
✔Ability to toggle gray effect
✔ It is Free of Charge; 拡張機能の基本情報
| 名前 | |
| ID | nfafnenmfnijnhnioaennbkjacngfgpj |
| 公式URL | https://chromewebstore.google.com/detail/accessibility/nfafnenmfnijnhnioaennbkjacngfgpj |
| 説明 | change fontSize, add drakMode(nightMode), Increase font readability and add the bottom line of the links on every site |
| ファイルサイズ | 858 KB |
| インストール数 | 27 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2022-07-23 |
| 公開日 | 2021-12-08 |
| 評価 | 5.00/5 合計 3 レビュー |
| 開発者 | mahdihasanzadeh.dev |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | fa |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "accessibility",
"description": "change fontSize, add drakMode(nightMode), Increase font readability and add the bottom line of the links on every site",
"version": "1.1",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"permissions": [
"activeTab",
"scripting"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/images\/L_16-16.png",
"32": "\/images\/L_32-32.png",
"48": "\/images\/L_48-48.png",
"128": "\/images\/L_128-128.png"
}
},
"icons": {
"16": "\/images\/L_16-16.png",
"32": "\/images\/L_32-32.png",
"48": "\/images\/L_48-48.png",
"128": "\/images\/L_128-128.png"
}
} | |