CosDNA Extension

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

Co to jest CosDNA Extension?

CosDNA Extension to rozszerzenie Chrome opracowane przez mintrvl, a jego główną funkcją jest „Open a CosDNA search of the selected text in a new tab.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia CosDNA Extension

Pobierz pliki rozszerzeń CosDNA Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa CosDNA Extension CosDNA Extension
ID apjcnjbhemlgjpfkbfdcmgopangnienl
Oficjalny URL https://chromewebstore.google.com/detail/cosdna-extension/apjcnjbhemlgjpfkbfdcmgopangnienl
Opis Open a CosDNA search of the selected text in a new tab.
Rozmiar pliku 38.14 KB
Liczba instalacji 40
Aktualna Wersja 0.1.2
Ostatnia Aktualizacja 2018-08-08
Data Publikacji 2018-08-08
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper mintrvl
Typ Płatności free
Obsługiwane Języki 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": []
}