Smart Translator
Quickly translate selected, typed text or web pages using Google Translate.
Vad är Smart Translator?
Smart Translator är en Chrome-tillägg utvecklad av https://smart-translator.github.io, och dess huvudfunktion är "Quickly translate selected, typed text or web pages using Google Translate.".
Tilläggsskärmbilder
Ladda ner Smart Translator-förlängningens CRX-fil
Ladda ner Smart Translator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
One easy click to translate a text on the page. Select a text or click the 'Translator' icon. Translate any text in the pop-up by clicking the extension icon. Overlay translate provides translation with a single click. Click on the icon near the selected text and get a translation within 1 second. Features: ✰ One-click translation on any page ✰ Translate any text by the extension icon ✰ Translate the whole page
Grundläggande Information om Tillägg
Namn | Smart Translator |
ID | nhhbknaocnbdboenlibfmpcllbmiepam |
Officiell webbadress | https://chromewebstore.google.com/detail/smart-translator/nhhbknaocnbdboenlibfmpcllbmiepam |
Beskrivning | Quickly translate selected, typed text or web pages using Google Translate. |
Filstorlek | 563 KB |
Antal Installationer | 100 |
Aktuell Version | 1.1.5 |
Senast Uppdaterad | 2023-07-24 |
Publiceringsdatum | 2023-07-11 |
Betyg | 3.67/5 Totalt 6 Betyg |
Utvecklare | https://smart-translator.github.io |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://smart-translator.github.io/ |
Stödda Språk | id,de,en,fil,fr,nl,no,vi,tr,ca,da,es,it,hu,pl,ro,fi,sv,cs,el,sr,bg,ru,uk,iw,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.1.5", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "default_locale": "en", "host_permissions": [ "*:\/\/*\/*" ], "permissions": [ "storage", "contextMenus" ], "options_ui": { "page": "options\/index.html", "open_in_tab": true }, "icons": { "512": "icons\/512.png", "128": "icons\/128.png", "64": "icons\/64.png", "48": "icons\/48.png", "32": "icons\/32.png" }, "background": { "service_worker": "background\/background.js" }, "action": { "default_icon": { "512": "icons\/512.png", "128": "icons\/128.png", "64": "icons\/64.png", "48": "icons\/48.png", "38": "icons\/38.png", "32": "icons\/32.png", "19": "icons\/19.png", "16": "icons\/16.png" }, "default_popup": "popup\/index.html" }, "content_scripts": [ { "all_frames": true, "match_about_blank": true, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", " |