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": []
}