iVelt Helper
Adds accessibility and usability improvements to אייוועלט.
iVelt Helperとは何ですか?
iVelt Helperはivelt extension creatorによって開発されたChromeの拡張機能で、その主な機能は「Adds accessibility and usability improvements to אייוועלט.」です。
拡張機能のスクリーンショット
iVelt Helper拡張機能のCRXファイルをダウンロード
iVelt Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is an extension that provides useful keyboard shortcuts and accessibility features for the www.ivelt.com website, including the ability to go to the next page and previous page in a forum (אשכול) by pressing the right and left arrow keys.
拡張機能の基本情報
名前 | iVelt Helper |
ID | bcfoanjpmoikpanagkinedlihjbaijke |
公式URL | https://chromewebstore.google.com/detail/ivelt-helper/bcfoanjpmoikpanagkinedlihjbaijke |
説明 | Adds accessibility and usability improvements to אייוועלט. |
ファイルサイズ | 159 KB |
インストール数 | 691 |
現在のバージョン | 1.10.0 |
最終更新日 | 2023-11-20 |
公開日 | 2020-11-01 |
評価 | 4.79/5 合計 14 レビュー |
開発者 | ivelt extension creator |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "iVelt Helper", "description": "Adds accessibility and usability improvements to \u05d0\u05d9\u05d9\u05d5\u05d5\u05e2\u05dc\u05d8.", "version": "1.10.0", "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" }, "action": { "default_icon": { "48": "img\/icon48.png", "128": "img\/icon128.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.ivelt.com\/*", "*:\/\/*.yiddishworld.com\/*", "*:\/\/*.198.153.76.147\/*" ], "js": [ "js\/contentScript.js", "js\/refreshNotificationCount.js", "js\/settingsHandler.js" ] } ], "background": { "service_worker": "background.js" }, "options_page": "settings.html", "permissions": [ "tabs", "alarms", "cookies", "storage", "notifications", "webRequest", "background", "declarativeNetRequestWithHostAccess", "declarativeNetRequestFeedback" ], "host_permissions": [ "*:\/\/*.ivelt.com\/*", "*:\/\/*.198.153.76.147\/*", "*:\/\/*.yiddishworld.com\/*", "*:\/\/www.xn--4dbhss5b.com\/*" ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "web_accessible_resources": [ { "resources": [ "js\/keyboardShortcuts.js", "js\/removeNestedQuotes.js", "js\/addQuoteLastOnlyButton.js", "js\/newResponseNotification.js", "js\/addGoogleSearch.js", "js\/sefariaLinker.js", "js\/settingsHandler.js" ], "matches": [ "*:\/\/*.ivelt.com\/*", "*:\/\/*.yiddishworld.com\/*", "*:\/\/*.198.153.76.147\/*" ], "extension_ids": [] } ], "options_ui": { "page": "settings.html", "open_in_tab": true } } |