NoFox 网址收藏
将当前浏览的网页收藏到 NoFox.com
Wat is NoFox 网址收藏?
NoFox 网址收藏 is een Chrome-extensie ontwikkeld door https://www.nofox.com, en de belangrijkste functie is "将当前浏览的网页收藏到 NoFox.com".
Extensie Screenshots
Download het CRX-bestand van de extensie NoFox 网址收藏
Download NoFox 网址收藏-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
这是为NoFox.com 网站用户开发的插件,安装该插件后,点击插件可以直接添加当前页面网址到 NoFox.com 上自己的帐号下。
Basisinformatie over de Extensie
Naam | NoFox 网址收藏 |
ID | acemcikfjmojmfbjhaafbgcgpdjmnlab |
Officiële URL | https://chromewebstore.google.com/detail/nofox-%E7%BD%91%E5%9D%80%E6%94%B6%E8%97%8F/acemcikfjmojmfbjhaafbgcgpdjmnlab |
Beschrijving | 将当前浏览的网页收藏到 NoFox.com |
Bestandsgrootte | 65.26 KB |
Aantal Installaties | 183 |
Huidige Versie | 2.3 |
Laatst Bijgewerkt | 2023-04-01 |
Publicatiedatum | 2020-04-22 |
Beoordeling | 2.75/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://www.nofox.com |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://www.nofox.com/htm/help/intro.shtml |
Ondersteunde Talen | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NoFox \u7f51\u5740\u6536\u85cf", "description": "\u5c06\u5f53\u524d\u6d4f\u89c8\u7684\u7f51\u9875\u6536\u85cf\u5230 NoFox.com", "version": "2.3", "icons": { "128": "nofox_128.png" }, "permissions": [ "activeTab", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "background": { "persistent": false, "scripts": [ "js\/jquery.min.js", "js\/background.js" ] }, "browser_action": { "default_title": "\u6536\u85cf\u5f53\u524d\u7f51\u9875\u5230 NoFox", "default_icon": "nofox-head-purp-32.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "js\/nofox_extend.css" ], "js": [ "js\/jquery.min.js", "js\/content.js" ] } ], "content_security_policy": "script-src 'self' https:\/\/www.nofox.com; object-src 'self'", "manifest_version": 2 } |