fetools
前端设计技术导航
Wat is fetools?
fetools is een Chrome-extensie ontwikkeld door pearyman, en de belangrijkste functie is "前端设计技术导航".
Extensie Screenshots
Download het CRX-bestand van de extensie fetools
Download fetools-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
前端设计必备网站导航。
已根据最新规则,滤除百度广告,使搜索结果界面更清爽。
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. Basisinformatie over de Extensie
| Naam | |
| ID | kimhkkondjpjhnllknndckjppgbjnjai |
| Officiële URL | https://chromewebstore.google.com/detail/fetools/kimhkkondjpjhnllknndckjppgbjnjai |
| Beschrijving | 前端设计技术导航 |
| Bestandsgrootte | 112 KB |
| Aantal Installaties | 563 |
| Huidige Versie | 1.1.0 |
| Laatst Bijgewerkt | 2021-11-29 |
| Publicatiedatum | 2018-03-06 |
| Beoordeling | 4.10/5 Totaal 10 Beoordelingen |
| Ontwikkelaar | pearyman |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/Pearyman/chrome_plugin |
| Ondersteunde Talen | 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"
}
} | |