Gaana Search
Saves time if you want to make a quick search in Gaana.com!
Gaana Searchคืออะไร?
Gaana Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://hardiksondagar.me และคุณลักษณะหลักของมันคือ "Saves time if you want to make a quick search in Gaana.com!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gaana Search
ดาวน์โหลดไฟล์ส่วนขยาย Gaana Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Gaana Search is a Chrome extension which lets you search songs, albums and playlists on Gaana right from your browser without leaving your Present window
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hhgegmlckooemnkhkbjigfjiadhpibfo |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/gaana-search/hhgegmlckooemnkhkbjigfjiadhpibfo |
คำอธิบาย | Saves time if you want to make a quick search in Gaana.com! |
ขนาดไฟล์ | 179 KB |
จำนวนการติดตั้ง | 1,000 |
เวอร์ชันปัจจุบัน | 1.0.5 |
อัปเดตครั้งล่าสุด | 2014-07-07 |
วันที่เผยแพร่ | 2014-07-07 |
คะแนน | 4.20/5 รวมทั้งหมด 56 คะแนน |
ผู้พัฒนา | http://hardiksondagar.me |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://hardiksondagar.me/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gaana Search", "description": "Saves time if you want to make a quick search in Gaana.com! ", "version": "1.0.5", "icons": { "128": "icon.png", "16": "icon.png", "32": "icon.png", "48": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/gaana.com https:\/\/ajax.googleapis.com; object-src 'self'", "permissions": [ "tabs", "https:\/\/gaana.com\/*", "http:\/\/gaana.com\/*", "http:\/\/api.gaana.com\/*", "https:\/\/ajax.googleapis.com\/*" ] } |