Right-click and Bing

Search for selected text using Bing

Right-click and Bingคืออะไร?

Right-click and Bing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Search for selected text using Bing"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Right-click and Bing

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

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

                        Please note that this is not an official app.
Select some text and right click it. Now you find "Bing for Selected Text" in it.                    

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

ชื่อ Right-click and Bing Right-click and Bing
ID liolfjbonndblpeplpapcdpfcdgfeplb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/right-click-and-bing/liolfjbonndblpeplpapcdpfcdgfeplb
คำอธิบาย Search for selected text using Bing
ขนาดไฟล์ 8.65 KB
จำนวนการติดตั้ง 309
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2015-08-26
วันที่เผยแพร่ 2015-08-26
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Right-click and Bing",
    "description": "Search for selected text using Bing",
    "version": "0.0.1",
    "manifest_version": 2,
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}