Beemp3 Search

Beemp3 Search - Search in beemp3.com.

Beemp3 Searchคืออะไร?

Beemp3 Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Insira และคุณลักษณะหลักของมันคือ "Beemp3 Search - Search in beemp3.com."

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

screenshot
screenshot
screenshot

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

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

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

                        Search your favorite mp3 search site (beemp3s.org) fast.

Welcome to Beemp3 Search v1.1.2.0

Features:
   - Context menu support: Search for selected text in beemp3.com. Very useful when you see a song title (artist or album) and feel like searching for it in beemp3.com.
   - Omnibox support: type the text 'bee' in the address bar and see for yourself...
   - Now in English, Spanish, French, Italian and German                    

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

ชื่อ Beemp3 Search Beemp3 Search
ID jicmfjeappfchnpmjhllhnldmbcpekob
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/beemp3-search/jicmfjeappfchnpmjhllhnldmbcpekob
คำอธิบาย Beemp3 Search - Search in beemp3.com.
ขนาดไฟล์ 50.74 KB
จำนวนการติดตั้ง 160
เวอร์ชันปัจจุบัน 1.1.2.0
อัปเดตครั้งล่าสุด 2014-04-24
วันที่เผยแพร่ 2014-04-24
คะแนน 4.00/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา Insira
ประเภทการชำระเงิน free
ภาษาที่รองรับ de,en,en-GB,fr,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.1.2.0",
    "description": "__MSG_extDesc__",
    "background": {
        "scripts": [
            "js\/bee.min.js",
            "js\/support.min.js"
        ]
    },
    "default_locale": "en",
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/beemp3s.org\/vpsp\/*"
    ],
    "icons": {
        "16": "bee_tiny.png",
        "48": "bee_small.png",
        "128": "bee_large.png"
    },
    "omnibox": {
        "keyword": "bee"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}