Taxinomos
Taxinomos is a Chrome Extension, designed to be the front-end for the classification of domains.
Wat is Taxinomos?
Taxinomos is een Chrome-extensie ontwikkeld door taxinomos.developers, en de belangrijkste functie is "Taxinomos is a Chrome Extension, designed to be the front-end for the classification of domains.".
Extensie Screenshots
Download het CRX-bestand van de extensie Taxinomos
Download Taxinomos-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
Basisinformatie over de Extensie
| Naam | |
| ID | jfohlnahaeiaoahaggjehcfalnkojiik |
| Officiële URL | https://chromewebstore.google.com/detail/taxinomos/jfohlnahaeiaoahaggjehcfalnkojiik |
| Beschrijving | Taxinomos is a Chrome Extension, designed to be the front-end for the classification of domains. |
| Bestandsgrootte | 221 KB |
| Aantal Installaties | 28 |
| Huidige Versie | 1.1.3 |
| Laatst Bijgewerkt | 2017-10-23 |
| Publicatiedatum | 2017-10-23 |
| Ontwikkelaar | taxinomos.developers |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/nic-at/taxinomos |
| URL van de Privacybeleid Pagina | https://sites.google.com/view/taxinomos-privacy-policy |
| Ondersteunde Talen | 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"
]
} | |