Seek 快速翻译
快速翻译, 提供音标展示和四种读音
Wat is Seek 快速翻译?
Seek 快速翻译 is een Chrome-extensie ontwikkeld door likaituan, en de belangrijkste functie is "快速翻译, 提供音标展示和四种读音".
Extensie Screenshots
Download het CRX-bestand van de extensie Seek 快速翻译
Download Seek 快速翻译-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
方便,实用,实在是居家,旅行,办公必备神器,嘿嘿!
Basisinformatie over de Extensie
Naam | Seek 快速翻译 |
ID | llicdpojcdofbdapeohfjndjdboahagn |
Officiële URL | https://chromewebstore.google.com/detail/seek-%E5%BF%AB%E9%80%9F%E7%BF%BB%E8%AF%91/llicdpojcdofbdapeohfjndjdboahagn |
Beschrijving | 快速翻译, 提供音标展示和四种读音 |
Bestandsgrootte | 23.53 KB |
Aantal Installaties | 267 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-07-07 |
Publicatiedatum | 2016-07-07 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | likaituan |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | http://likaituan.me |
Ondersteunde Talen | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Seek \u5feb\u901f\u7ffb\u8bd1", "description": "\u5feb\u901f\u7ffb\u8bd1, \u63d0\u4f9b\u97f3\u6807\u5c55\u793a\u548c\u56db\u79cd\u8bfb\u97f3", "version": "1.0", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "seek_translate_content.css" ], "js": [ "zepto.js", "seek_translate_content.js" ] } ], "background": { "scripts": [ "zepto.js", "seek_translate_background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "http:\/\/*\/", "https:\/\/*\/" ] } |