CosDNA Extension

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

CosDNA Extensionคืออะไร?

CosDNA Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mintrvl และคุณลักษณะหลักของมันคือ "Open a CosDNA search of the selected text in a new tab."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CosDNA Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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": []
}