Shufersal, Translated edition
Use hi-res images, and Google Translate for Shufersal.co.il's cart.
Shufersal, Translated editionคืออะไร?
Shufersal, Translated edition เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Eliezer Berlin และคุณลักษณะหลักของมันคือ "Use hi-res images, and Google Translate for Shufersal.co.il's cart."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shufersal, Translated edition
ดาวน์โหลดไฟล์ส่วนขยาย Shufersal, Translated edition ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension improves the overall functionality of the Shufersal shopping cart, allowing more ease of access to users who don't speak excellent Hebrew. 1. When adding to cart, it uses high-res images in order to more clearly identify items by sight. 2. Google Translate has been added to the bottom-left corner, to allow users to type in their preferred language and receive a response in Hebrew. 3. If you wish to type in a language other than English, you can configure it from the Extension Options. v1.2: Vastly improved detection, removed Nikkudot from results to improve response. v1.3: Fixed compatibility with HTTPS, and improved the search on smaller resolutions. v1.4: Updated extension to be compatible with the new version of the store. v1.5: Fixed a minor bug with box not appearing on Search Page. v1.6: We now support (almost) all languages! To change your language, go to the extension's "Options", and choose the language you like.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | pclcconahnfjfhccjjddcjpbpalflnkh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/shufersal-translated-edit/pclcconahnfjfhccjjddcjpbpalflnkh |
คำอธิบาย | Use hi-res images, and Google Translate for Shufersal.co.il's cart. |
ขนาดไฟล์ | 11.95 KB |
จำนวนการติดตั้ง | 48 |
เวอร์ชันปัจจุบัน | 1.6 |
อัปเดตครั้งล่าสุด | 2021-02-13 |
วันที่เผยแพร่ | 2019-02-22 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Eliezer Berlin |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Eliezer Berlin", "background": { "persistent": true, "scripts": [ "background.js" ] }, "commands": { "select_search_box": { "description": "Focus the Shufersal Search Box", "suggested_key": { "default": "Alt+X", "mac": "Command+X" } }, "select_translate_box": { "description": "Focus the Google Translate Box", "suggested_key": { "default": "Alt+Z", "mac": "Command+Z" } } }, "content_scripts": [ { "css": [ "mystyles.css" ], "js": [ "script.js" ], "matches": [ "https:\/\/www.shufersal.co.il\/*" ] } ], "options_ui": { "page": "options.html", "open_in_tab": false }, "description": "Use hi-res images, and Google Translate for Shufersal.co.il's cart.", "manifest_version": 2, "name": "Shufersal, Translated edition", "permissions": [ "background", "webRequest", "storage", "webRequestBlocking", "https:\/\/www.shufersal.co.il\/*" ], "short_name": "Shufersal_Translated", "version": "1.6", "icons": { "128": "icon.png" } } |