CosDNA Extension

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

CosDNA Extensionとは何ですか?

CosDNA Extensionはmintrvlによって開発されたChromeの拡張機能で、その主な機能は「Open a CosDNA search of the selected text in a new tab.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

CosDNA Extension拡張機能のCRXファイルをダウンロード

CosDNA Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 CosDNA Extension CosDNA Extension
ID apjcnjbhemlgjpfkbfdcmgopangnienl
公式URL https://chromewebstore.google.com/detail/cosdna-extension/apjcnjbhemlgjpfkbfdcmgopangnienl
説明 Open a CosDNA search of the selected text in a new tab.
ファイルサイズ 38.14 KB
インストール数 40
現在のバージョン 0.1.2
最終更新日 2018-08-08
公開日 2018-08-08
評価 5.00/5 合計 1 レビュー
開発者 mintrvl
支払い方法 free
対応言語 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": []
}