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" ] } |