ICT ABB
ICT Abbreviation search tool
What is ICT ABB?
ICT ABB is a Chrome extension developed by Zhiyuan Chen, and its main feature is "ICT Abbreviation search tool".
Extension Screenshots
Download ICT ABB Extension CRX File
Download ICT ABB 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
ICT Abbreviation search tool. Abbreviation is a major blocking point for reading Information and Communication Technology documents. this tool is an aid for that. 通信 缩略语 查询
Extension Basic Information
Name | |
ID | mcmceecaahcdcafdikcgljdbldgfieja |
Official URL | https://chrome.google.com/webstore/detail/ict-abb/mcmceecaahcdcafdikcgljdbldgfieja |
Description | ICT Abbreviation search tool |
File Size | 6.4 KB |
Installation Count | 19 |
Current Version | 0.0.1 |
Last Updated | 2012-09-11 |
Publish Date | 2012-09-11 |
Rating | 3.00/5 Total 3 Ratings |
Developer | Zhiyuan Chen |
Payment Type | free |
Extension Website | http://ictabb.duapp.com/ |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "ICT ABB", "version": "0.0.1", "manifest_version": 2, "description": "ICT Abbreviation search tool", "icons": { "16": "ict_abb_icon.png", "48": "ict_abb_logo.png", "128": "ict_abb_logo.png" }, "browser_action": { "name": "ictabb", "icons": [ "ict_abb_icon.png" ], "default_icon": "ict_abb_icon.png", "default_title": "ICT Abbreviation Search", "default_popup": "popup.html" } } |