CosDNA Extension

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

¿Qué es CosDNA Extension?

CosDNA Extension es una extensión de Chrome desarrollada por mintrvl, y su función principal es "Open a CosDNA search of the selected text in a new tab.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión CosDNA Extension

Descarga archivos de extensión CosDNA Extension en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre CosDNA Extension CosDNA Extension
ID apjcnjbhemlgjpfkbfdcmgopangnienl
URL Oficial https://chromewebstore.google.com/detail/cosdna-extension/apjcnjbhemlgjpfkbfdcmgopangnienl
Descripción Open a CosDNA search of the selected text in a new tab.
Tamaño del Archivo 38.14 KB
Cantidad de Instalaciones 40
Versión Actual 0.1.2
Última Actualización 2018-08-08
Fecha de Publicación 2018-08-08
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador mintrvl
Tipo de Pago free
Idiomas Soportados 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": []
}