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擴充功能。
擴展使用說明
擴展基本資訊
| 名稱 | |
| ID | jfohlnahaeiaoahaggjehcfalnkojiik |
| 官方網址 | 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"
]
} | |