CosDNA Extension

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

CosDNA Extension là gì?

CosDNA Extension là một tiện ích mở rộng Chrome được phát triển bởi mintrvl, và tính năng chính của nó là "Open a CosDNA search of the selected text in a new tab.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng CosDNA Extension

Tải xuống các tệp mở rộng CosDNA Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CosDNA Extension CosDNA Extension
ID apjcnjbhemlgjpfkbfdcmgopangnienl
URL Chính Thức https://chromewebstore.google.com/detail/cosdna-extension/apjcnjbhemlgjpfkbfdcmgopangnienl
Mô tả Open a CosDNA search of the selected text in a new tab.
Kích Thước Tệp 38.14 KB
Số Lần Cài Đặt 40
Phiên Bản Hiện Tại 0.1.2
Cập Nhật Lần Cuối 2018-08-08
Ngày Phát Hành 2018-08-08
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển mintrvl
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": []
}