fetools
前端设计技术导航
What is fetools?
fetools is a Chrome extension developed by pearyman, and its main feature is "前端设计技术导航".
Extension Screenshots
Download fetools Extension CRX File
Download fetools 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
前端设计必备网站导航。 已根据最新规则,滤除百度广告,使搜索结果界面更清爽。 1.1.0 增加一系列新网站 If you have any questions or advice, https://github.com/Pearyman/chrome_plugin/issues create an issue maybe we can help you.
Extension Basic Information
Name | fetools |
ID | kimhkkondjpjhnllknndckjppgbjnjai |
Official URL | https://chromewebstore.google.com/detail/fetools/kimhkkondjpjhnllknndckjppgbjnjai |
Description | 前端设计技术导航 |
File Size | 112 KB |
Installation Count | 563 |
Current Version | 1.1.0 |
Last Updated | 2021-11-29 |
Publish Date | 2018-03-06 |
Rating | 4.10/5 Total 10 Ratings |
Developer | pearyman |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Pearyman/chrome_plugin |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "fetools", "version": "1.1.0", "manifest_version": 2, "content_scripts": [ { "run_at": "document_idle", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "bg.js" ] } ], "description": "\u524d\u7aef\u8bbe\u8ba1\u6280\u672f\u5bfc\u822a", "browser_action": { "default_icon": { "16": "Tools_16.png", "19": "Tools_19.png", "32": "Tools_32.png", "38": "Tools_38.png", "40": "Tools_40.png", "48": "Tools_48.png", "128": "Tools_128.png" }, "default_title": "fetools", "default_popup": "index.html" } } |