CosDNA Extension

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

What is CosDNA Extension?

CosDNA Extension is a Chrome extension developed by mintrvl, and its main feature is "Open a CosDNA search of the selected text in a new tab.".

Extension Screenshots

screenshot
screenshot
screenshot

Download CosDNA Extension Extension CRX File

Download CosDNA Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name CosDNA Extension CosDNA Extension
ID apjcnjbhemlgjpfkbfdcmgopangnienl
Official URL https://chromewebstore.google.com/detail/cosdna-extension/apjcnjbhemlgjpfkbfdcmgopangnienl
Description Open a CosDNA search of the selected text in a new tab.
File Size 38.14 KB
Installation Count 40
Current Version 0.1.2
Last Updated 2018-08-08
Publish Date 2018-08-08
Rating 5.00/5 Total 1 Ratings
Developer mintrvl
Payment Type free
Supported Languages 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": []
}