Taxinomos
Taxinomos is a Chrome Extension, designed to be the front-end for the classification of domains.
什么是Taxinomos?
Taxinomos是由taxinomos.developers开发的Chrome扩展程序,该扩展的主要功能是“Taxinomos is a Chrome Extension, designed to be the front-end for the classification of domains.”。
扩展截图
下载Taxinomos扩展crx文件
下载Taxinomos扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | Taxinomos |
ID | jfohlnahaeiaoahaggjehcfalnkojiik |
官方URL | https://chromewebstore.google.com/detail/taxinomos/jfohlnahaeiaoahaggjehcfalnkojiik |
简介 | Taxinomos is a Chrome Extension, designed to be the front-end for the classification of domains. |
文件大小 | 221 KB |
安装次数 | 28 |
当前版本 | 1.1.3 |
更新时间 | 2017-10-23 |
上架时间 | 2017-10-23 |
开发者 | taxinomos.developers |
付费类型 | free |
扩展官网 | https://github.com/nic-at/taxinomos |
隐私政策页面URL | https://sites.google.com/view/taxinomos-privacy-policy |
支持的语言 | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_extDesc__", "version": "1.1.3", "default_locale": "en", "icons": { "128": "res\/img\/icon_128.png", "48": "res\/img\/icon_96.png", "16": "res\/img\/icon_96.png" }, "browser_action": { "default_icon": "res\/img\/icon_96.png", "default_popup": "popup.html", "default_title": "__MSG_extName__" }, "permissions": [ "tabs", "storage", "https:\/\/*\/*", "webNavigation" ] } |