CosDNA Extension

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

Cos'è CosDNA Extension?

CosDNA Extension è un'estensione di Chrome sviluppata da mintrvl, e la sua funzione principale è "Open a CosDNA search of the selected text in a new tab.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione CosDNA Extension

Scarica i file di estensione CosDNA Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome CosDNA Extension CosDNA Extension
ID apjcnjbhemlgjpfkbfdcmgopangnienl
URL Ufficiale https://chromewebstore.google.com/detail/cosdna-extension/apjcnjbhemlgjpfkbfdcmgopangnienl
Descrizione Open a CosDNA search of the selected text in a new tab.
Dimensione del File 38.14 KB
Conteggio Installazioni 40
Versione Corrente 0.1.2
Ultimo Aggiornamento 2018-08-08
Data di Pubblicazione 2018-08-08
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore mintrvl
Tipo di Pagamento free
Lingue Supportate 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": []
}