ShinySearch
Personalized Homepage for your new-tab
ShinySearchคืออะไร?
ShinySearch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.shinysearch.com และคุณลักษณะหลักของมันคือ "Personalized Homepage for your new-tab"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ShinySearch
ดาวน์โหลดไฟล์ส่วนขยาย ShinySearch ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Personalize your new tab with beautiful backgrounds and built-in web search/links to popular websites
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ShinySearch |
ID | ajfpaddcchjgaemolcibmlbgijkhdocl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/shinysearch/ajfpaddcchjgaemolcibmlbgijkhdocl |
คำอธิบาย | Personalized Homepage for your new-tab |
ขนาดไฟล์ | 17.96 KB |
จำนวนการติดตั้ง | 3,050 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2013-12-17 |
วันที่เผยแพร่ | 2013-12-17 |
คะแนน | 4.19/5 รวมทั้งหมด 31 คะแนน |
ผู้พัฒนา | https://www.shinysearch.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.shinysearch.com |
URL หน้านโยบายความเป็นส่วนตัว | http://www.shinysearch.com/privacy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ShinySearch", "version": "1.0.0", "manifest_version": 2, "description": "Personalized Homepage for your new-tab", "permissions": [ "cookies", "tabs", "webNavigation", "http:\/\/www.shinysearch.com\/" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/www.shinysearch.com\/sethomepage.php" ], "css": [ "css\/chr_ext.css" ], "all_frames": false, "run_at": "document_start" } ], "chrome_url_overrides": { "newtab": "newtab.html" }, "browser_action": { "default_icon": { "19": "img\/icon19.png" }, "default_title": "Goto ShinySearch" }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" } } |