Shufersal, Translated edition
Use hi-res images, and Google Translate for Shufersal.co.il's cart.
Shufersal, Translated edition란 무엇입니까?
Shufersal, Translated edition은(는) Eliezer Berlin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use hi-res images, and Google Translate for Shufersal.co.il's cart."입니다.
확장 프로그램 스크린샷
Shufersal, Translated edition 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |