CosDNA Extension

Open a CosDNA search of the selected text in a new tab.

ما هو CosDNA Extension؟

CosDNA Extension هو إضافة Chrome تم تطويرها بواسطة mintrvl، والميزة الرئيسية لها هي "Open a CosDNA search of the selected text in a new tab.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة CosDNA Extension

قم بتنزيل ملفات الامتداد CosDNA Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        When searching a beauty product's ingredients for potential irritants, just highlight the product name then right click and click "go to CosDNA" or click on the CosDNA extension button. 

A new tab will automatically open with a search on CosDNA for the product name you highlighted. 

Click on the applicable product and boom-- all the ingredients with potential irritants and skin triggers are there for you!                    

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

الاسم CosDNA Extension CosDNA Extension
ID apjcnjbhemlgjpfkbfdcmgopangnienl
عنوان URL الرسمي https://chromewebstore.google.com/detail/cosdna-extension/apjcnjbhemlgjpfkbfdcmgopangnienl
الوصف Open a CosDNA search of the selected text in a new tab.
حجم الملف 38.14 KB
عدد التثبيتات 40
النسخة الحالية 0.1.2
آخر تحديث 2018-08-08
تاريخ النشر 2018-08-08
تقييم 5.00/5 مجموع تقييمات 1
المطور mintrvl
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CosDNA Extension",
    "description": "Open a CosDNA search of the selected text in a new tab.",
    "version": "0.1.2",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.2.4.min.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": []
}