iconfont downloader
iconfont downloader
What is iconfont downloader?
iconfont downloader is a Chrome extension developed by https://www.fy98.com, and its main feature is "iconfont downloader".
Download iconfont downloader Extension CRX File
Download iconfont downloader 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
iconfont downloader v2 for iconfont.cn
Extension Basic Information
Name | |
ID | nihpihaidfananojmddpligkjciahmei |
Official URL | https://chromewebstore.google.com/detail/iconfont-downloader/nihpihaidfananojmddpligkjciahmei |
Description | iconfont downloader |
File Size | 20.7 KB |
Installation Count | 15 |
Current Version | 2.0.0 |
Last Updated | 2016-11-04 |
Publish Date | 2016-11-04 |
Developer | https://www.fy98.com |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "background": "background.html", "browser_action": { "default_icon": "icon\/128.png", "default_popup": "popup.html" }, "author": "FrankFan", "name": "iconfont downloader", "homepage_url": "http:\/\/www.fy98.com", "description": "iconfont downloader", "icons": { "16": "icon\/16.png", "48": "icon\/48.png", "128": "icon\/128.png" }, "manifest_version": 2, "permissions": [ "tabs" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/index.js" ], "css": [], "run_at": "document_start" } ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.0.0" } |