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
官方網址 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": []
}