金山词霸鼠标取词
金山词霸chrome鼠标取词
Wat is 金山词霸鼠标取词?
金山词霸鼠标取词 is een Chrome-extensie ontwikkeld door 金山词霸官方插件开发组, en de belangrijkste functie is "金山词霸chrome鼠标取词".
Extensie Screenshots
Download het CRX-bestand van de extensie 金山词霸鼠标取词
Download 金山词霸鼠标取词-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
支持金山词霸词典在浏览器中实现鼠标取词 在安装了金山词霸词典客户端的Windows电脑上,安装该插件后能在浏览器中更快更精准得取词。
Basisinformatie over de Extensie
Naam | |
ID | omfbjgjnoikjbecodcnobeggmajjiknk |
Officiële URL | https://chrome.google.com/webstore/detail/%E9%87%91%E5%B1%B1%E8%AF%8D%E9%9C%B8%E9%BC%A0%E6%A0%87%E5%8F%96%E8%AF%8D/omfbjgjnoikjbecodcnobeggmajjiknk |
Beschrijving | 金山词霸chrome鼠标取词 |
Bestandsgrootte | 50.6 KB |
Aantal Installaties | 13,606 |
Huidige Versie | 2.5.3 |
Laatst Bijgewerkt | 2017-06-29 |
Publicatiedatum | 2017-06-28 |
Beoordeling | 2.60/5 Totaal 35 Beoordelingen |
Ontwikkelaar | 金山词霸官方插件开发组 |
Betalingswijze | free |
Ondersteunde Talen | zh-CN |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "fetchword.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "\u91d1\u5c71\u8bcd\u9738chrome\u9f20\u6807\u53d6\u8bcd", "homepage_url": "http:\/\/www.iciba.com\/", "icons": { "128": "icon-128.png", "48": "icon-48.png" }, "manifest_version": 2, "minimum_chrome_version": "37", "name": "\u91d1\u5c71\u8bcd\u9738\u9f20\u6807\u53d6\u8bcd", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "nativeMessaging", "tabs" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.5.3", "web_accessible_resources": [ "images\/loading.gif", "images\/words_tool.png", "images\/dotwnd_bk.gif", "images\/mini_12normal.png", "images\/mini_12hover.png", "images\/mini_12pressed.png", "images\/bg_11.png", "images\/top.png" ] } |