来龙编程词典
一个提供了海量IT单词专业翻译的扩展,适用于程序员和计算机系学生
What is 来龙编程词典?
来龙编程词典 is a Chrome extension developed by https://lailongdict.com, and its main feature is "一个提供了海量IT单词专业翻译的扩展,适用于程序员和计算机系学生".
Extension Screenshots
Download 来龙编程词典 Extension CRX File
Download 来龙编程词典 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
为程序员和计算机系大学生提供编程单词专业释义的扩展,同时拥有海量单词的普通释义 官方网站 https://lailongdict.com
Extension Basic Information
Name | |
ID | ffkodfohfbcgncffiabkabbgodnoidpf |
Official URL | https://chromewebstore.google.com/detail/%E6%9D%A5%E9%BE%99%E7%BC%96%E7%A8%8B%E8%AF%8D%E5%85%B8/ffkodfohfbcgncffiabkabbgodnoidpf |
Description | 一个提供了海量IT单词专业翻译的扩展,适用于程序员和计算机系学生 |
File Size | 78.85 KB |
Installation Count | 59 |
Current Version | 1.0.4 |
Last Updated | 2021-07-06 |
Publish Date | 2020-08-17 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://lailongdict.com |
[email protected] | |
Payment Type | free |
Extension Website | https://lailongdict.com |
Help Page URL | https://lailongdict.com/faq |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u6765\u9f99\u7f16\u7a0b\u8bcd\u5178", "version": "1.0.4", "manifest_version": 2, "description": "\u4e00\u4e2a\u63d0\u4f9b\u4e86\u6d77\u91cfIT\u5355\u8bcd\u4e13\u4e1a\u7ffb\u8bd1\u7684\u6269\u5c55\uff0c\u9002\u7528\u4e8e\u7a0b\u5e8f\u5458\u548c\u8ba1\u7b97\u673a\u7cfb\u5b66\u751f", "icons": { "128": "img\/icon.png" }, "options_page": "options.htm", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "frame.css" ], "js": [ "zhaixing.js" ], "run_at": "document_end", "all_frames": true } ], "permissions": [ "webRequest" ], "web_accessible_resources": [ "img\/back.png", "img\/gradient_down.png", "img\/handle.png", "img\/loader.gif", "img\/external.png", "img\/gradient_up.png", "img\/icon.png", "img\/speaker.png" ], "homepage_url": "https:\/\/lailongdict.com" } |