iVelt Helper
Adds accessibility and usability improvements to אייוועלט.
iVelt Helperคืออะไร?
iVelt Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ivelt extension creator และคุณลักษณะหลักของมันคือ "Adds accessibility and usability improvements to אייוועלט."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย iVelt Helper
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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 } } |