Taxinomos

Taxinomos is a Chrome Extension, designed to be the front-end for the classification of domains.

Taxinomosคืออะไร?

Taxinomos เป็นส่วนขยายของ Chrome ที่พัฒนาโดย taxinomos.developers และคุณลักษณะหลักของมันคือ "Taxinomos is a Chrome Extension, designed to be the front-end for the classification of domains."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Taxinomos

ดาวน์โหลดไฟล์ส่วนขยาย Taxinomos ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Taxinomos 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"
    ]
}