Quick access to Translator
Quick access to Google Translate
Wat is Quick access to Translator?
Quick access to Translator is een Chrome-extensie ontwikkeld door https://liuwanle.com, en de belangrijkste functie is "Quick access to Google Translate".
Extensie Screenshots
Download het CRX-bestand van de extensie Quick access to Translator
Download Quick access to Translator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
基于 http://bbs.kafan.cn/thread-1559071-1-1.html 发布的不常驻进程轻量版本
Basisinformatie over de Extensie
Naam | Quick access to Translator |
ID | ibegoepejbbhepngfhhfcopelpjognfj |
Officiële URL | https://chromewebstore.google.com/detail/quick-access-to-translato/ibegoepejbbhepngfhhfcopelpjognfj |
Beschrijving | Quick access to Google Translate |
Bestandsgrootte | 10.67 KB |
Aantal Installaties | 58 |
Huidige Versie | 3.1.3 |
Laatst Bijgewerkt | 2018-09-20 |
Publicatiedatum | 2018-09-19 |
Ontwikkelaar | https://liuwanle.com |
Betalingswijze | free |
Ondersteunde Talen | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon128.png", "default_title": "Open Translator" }, "description": "Quick access to Google Translate", "homepage_url": "http:\/\/bbs.kafan.cn\/thread-1559071-1-1.html", "icons": { "128": "icon128.png" }, "manifest_version": 2, "name": "Quick access to Translator", "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "3.1.3" } |