CosDNA Extension

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

Wat is CosDNA Extension?

CosDNA Extension is een Chrome-extensie ontwikkeld door mintrvl, en de belangrijkste functie is "Open a CosDNA search of the selected text in a new tab.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie CosDNA Extension

Download CosDNA Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam CosDNA Extension CosDNA Extension
ID apjcnjbhemlgjpfkbfdcmgopangnienl
Officiële URL https://chromewebstore.google.com/detail/cosdna-extension/apjcnjbhemlgjpfkbfdcmgopangnienl
Beschrijving Open a CosDNA search of the selected text in a new tab.
Bestandsgrootte 38.14 KB
Aantal Installaties 40
Huidige Versie 0.1.2
Laatst Bijgewerkt 2018-08-08
Publicatiedatum 2018-08-08
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar mintrvl
Betalingswijze free
Ondersteunde Talen 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": []
}