CosDNA Extension

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

CosDNA Extension क्या है?

CosDNA Extension mintrvl द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open a CosDNA search of the selected text in a new tab."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CosDNA Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": []
}