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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم 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
عنوان صفحة سياسة الخصوصية 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"
    ]
}