Search on Youtube

Search the selected text directly on Youtube. With the button or context menu.

Search on Youtubeคืออะไร?

Search on Youtube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Search the selected text directly on Youtube. With the button or context menu."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Search on Youtube

ดาวน์โหลดไฟล์ส่วนขยาย Search on Youtube ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Search on Youtube Search on Youtube
ID gahogncmdbjleklophdcgpbeoeboolbk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/search-on-youtube/gahogncmdbjleklophdcgpbeoeboolbk
คำอธิบาย Search the selected text directly on Youtube. With the button or context menu.
ขนาดไฟล์ 21.94 KB
จำนวนการติดตั้ง 762
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2017-03-07
วันที่เผยแพร่ 2017-03-07
คะแนน 4.57/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Search on Youtube",
    "description": "Search the selected text directly on Youtube. With the button or context menu.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icons\/32x32.png"
    },
    "icons": {
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png",
        "96": "icons\/96x96.png",
        "144": "icons\/144x144.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}