Taxinomos
Taxinomos is a Chrome Extension, designed to be the front-end for the classification of domains.
What is Taxinomos?
Taxinomos is a Chrome extension developed by taxinomos.developers, and its main feature is "Taxinomos is a Chrome Extension, designed to be the front-end for the classification of domains.".
Extension Screenshots
Download Taxinomos Extension CRX File
Download Taxinomos 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
Extension Basic Information
Name | Taxinomos |
ID | jfohlnahaeiaoahaggjehcfalnkojiik |
Official URL | https://chromewebstore.google.com/detail/taxinomos/jfohlnahaeiaoahaggjehcfalnkojiik |
Description | Taxinomos is a Chrome Extension, designed to be the front-end for the classification of domains. |
File Size | 221 KB |
Installation Count | 28 |
Current Version | 1.1.3 |
Last Updated | 2017-10-23 |
Publish Date | 2017-10-23 |
Developer | taxinomos.developers |
Payment Type | free |
Extension Website | https://github.com/nic-at/taxinomos |
Privacy Policy Page URL | https://sites.google.com/view/taxinomos-privacy-policy |
Supported Languages | 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" ] } |