Taxinomos
Taxinomos is a Chrome Extension, designed to be the front-end for the classification of domains.
Vad är Taxinomos?
Taxinomos är en Chrome-tillägg utvecklad av taxinomos.developers, och dess huvudfunktion är "Taxinomos is a Chrome Extension, designed to be the front-end for the classification of domains.".
Tilläggsskärmbilder
Ladda ner Taxinomos-förlängningens CRX-fil
Ladda ner Taxinomos-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
| Namn | |
| ID | jfohlnahaeiaoahaggjehcfalnkojiik |
| Officiell webbadress | https://chromewebstore.google.com/detail/taxinomos/jfohlnahaeiaoahaggjehcfalnkojiik |
| Beskrivning | Taxinomos is a Chrome Extension, designed to be the front-end for the classification of domains. |
| Filstorlek | 221 KB |
| Antal Installationer | 28 |
| Aktuell Version | 1.1.3 |
| Senast Uppdaterad | 2017-10-23 |
| Publiceringsdatum | 2017-10-23 |
| Utvecklare | taxinomos.developers |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/nic-at/taxinomos |
| URL till Sekretesspolicy Sidan | https://sites.google.com/view/taxinomos-privacy-policy |
| Stödda Språk | 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"
]
} | |