One-Click Translate Selection

Simply select some text and translate from context menu

Vad är One-Click Translate Selection?

One-Click Translate Selection är en Chrome-tillägg utvecklad av Christo Tsvetanov, och dess huvudfunktion är "Simply select some text and translate from context menu".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner One-Click Translate Selection-förlängningens CRX-fil

Ladda ner One-Click Translate Selection-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

                        Easy for using, with all the features of Google™ Translation. After installation of the extension, you will see the Options window to make the tuning.                    

Grundläggande Information om Tillägg

Namn One-Click Translate Selection One-Click Translate Selection
ID cioclchdhgppnbpapkicbhlhbeldplld
Officiell webbadress https://chromewebstore.google.com/detail/one-click-translate-selec/cioclchdhgppnbpapkicbhlhbeldplld
Beskrivning Simply select some text and translate from context menu
Filstorlek 44.61 KB
Antal Installationer 10,000
Aktuell Version 3.02
Senast Uppdaterad 2022-12-31
Publiceringsdatum 2015-07-24
Betyg 2.95/5 Totalt 22 Betyg
Utvecklare Christo Tsvetanov
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "One-Click Translate Selection",
    "description": "Simply select some text and translate from context menu",
    "version": "3.02",
    "manifest_version": 3,
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}