CosDNA Extension

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

Vad är CosDNA Extension?

CosDNA Extension är en Chrome-tillägg utvecklad av mintrvl, och dess huvudfunktion är "Open a CosDNA search of the selected text in a new tab.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner CosDNA Extension-förlängningens CRX-fil

Ladda ner CosDNA Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn CosDNA Extension CosDNA Extension
ID apjcnjbhemlgjpfkbfdcmgopangnienl
Officiell webbadress https://chromewebstore.google.com/detail/cosdna-extension/apjcnjbhemlgjpfkbfdcmgopangnienl
Beskrivning Open a CosDNA search of the selected text in a new tab.
Filstorlek 38.14 KB
Antal Installationer 40
Aktuell Version 0.1.2
Senast Uppdaterad 2018-08-08
Publiceringsdatum 2018-08-08
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare mintrvl
Betalningssätt free
Stödda Språk 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": []
}