Taxinomos

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

Taxinomos là gì?

Taxinomos là một tiện ích mở rộng Chrome được phát triển bởi taxinomos.developers, và tính năng chính của nó là "Taxinomos is a Chrome Extension, designed to be the front-end for the classification of domains.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Taxinomos

Tải xuống các tệp mở rộng Taxinomos dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Taxinomos Taxinomos
ID jfohlnahaeiaoahaggjehcfalnkojiik
URL Chính Thức https://chromewebstore.google.com/detail/taxinomos/jfohlnahaeiaoahaggjehcfalnkojiik
Mô tả Taxinomos is a Chrome Extension, designed to be the front-end for the classification of domains.
Kích Thước Tệp 221 KB
Số Lần Cài Đặt 28
Phiên Bản Hiện Tại 1.1.3
Cập Nhật Lần Cuối 2017-10-23
Ngày Phát Hành 2017-10-23
Nhà Phát Triển taxinomos.developers
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/nic-at/taxinomos
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/taxinomos-privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}