CosDNA Extension

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

Qu'est-ce que CosDNA Extension ?

CosDNA Extension est une extension Chrome développée par mintrvl, et sa fonction principale est "Open a CosDNA search of the selected text in a new tab.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension CosDNA Extension

Téléchargez les fichiers d'extension CosDNA Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom CosDNA Extension CosDNA Extension
ID apjcnjbhemlgjpfkbfdcmgopangnienl
URL Officiel https://chromewebstore.google.com/detail/cosdna-extension/apjcnjbhemlgjpfkbfdcmgopangnienl
Description Open a CosDNA search of the selected text in a new tab.
Taille du Fichier 38.14 KB
Nombre d'Installations 40
Version Actuelle 0.1.2
Dernière Mise à Jour 2018-08-08
Date de Publication 2018-08-08
Évaluation 5.00/5 Total 1 Évaluations
Développeur mintrvl
Type de Paiement free
Langues Prises en Charge 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": []
}