ShinySearch
Personalized Homepage for your new-tab
ShinySearch là gì?
ShinySearch là một tiện ích mở rộng Chrome được phát triển bởi https://www.shinysearch.com, và tính năng chính của nó là "Personalized Homepage for your new-tab".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ShinySearch
Tải xuống các tệp mở rộng ShinySearch dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Personalize your new tab with beautiful backgrounds and built-in web search/links to popular websites
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ShinySearch |
ID | ajfpaddcchjgaemolcibmlbgijkhdocl |
URL Chính Thức | https://chromewebstore.google.com/detail/shinysearch/ajfpaddcchjgaemolcibmlbgijkhdocl |
Mô tả | Personalized Homepage for your new-tab |
Kích Thước Tệp | 17.96 KB |
Số Lần Cài Đặt | 3,050 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2013-12-17 |
Ngày Phát Hành | 2013-12-17 |
Đánh Giá | 4.19/5 Tổng số 31 Đánh Giá |
Nhà Phát Triển | https://www.shinysearch.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.shinysearch.com |
URL Trang Chính Sách Bảo Mật | http://www.shinysearch.com/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |