Scratch Search
Replaces the Scratch Search on the website
Scratch Search là gì?
Scratch Search là một tiện ích mở rộng Chrome được phát triển bởi https://scratchsearch.bitballoon.com, và tính năng chính của nó là "Replaces the Scratch Search on the website".
Ả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 Scratch Search
Tải xuống các tệp mở rộng Scratch Search 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
The most important feature of navigating Scratch is a good search engine. The official search engine is only able to search projects and studios. With the Scratch Search chrome extension, you can search those, as well as the forums, the wiki, and users! It automatically replaces the search boxes seamlessly. You can also click the icon to search Scratch, even when you're not on the website. Here, take a look for yourself on the differences in features: Official Scratch Engine: pros: -searches projects and studios cons: -manual search switch -doesn't search forums, wiki, or user accounts Scratch Search Engine: pros: -powered by Google -searches projects, studios, forums, the wiki, and users (without manual switch) -works seamlessly with Scratch -search functionality anytime, anywhere (toolbar access) cons: -displays small ads In the end, we hope this chrome extension can be used to the benefit of many Scratchers.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Scratch Search |
ID | fafijclghojlgdkfihpjnohpceakncoo |
URL Chính Thức | https://chromewebstore.google.com/detail/scratch-search/fafijclghojlgdkfihpjnohpceakncoo |
Mô tả | Replaces the Scratch Search on the website |
Kích Thước Tệp | 36.92 KB |
Số Lần Cài Đặt | 177 |
Phiên Bản Hiện Tại | 0.0.0.1 |
Cập Nhật Lần Cuối | 2017-06-14 |
Ngày Phát Hành | 2017-06-14 |
Đánh Giá | 2.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | https://scratchsearch.bitballoon.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://scratchsearch.bitballoon.com/ |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Scratch Search", "description": "Replaces the Scratch Search on the website", "version": "0.0.0.1", "icons": { "128": "icons\/128.png" }, "content_scripts": [ { "matches": [ "https:\/\/scratch.mit.edu\/*" ], "js": [ "js\/jquery.min.js", "js\/content.js" ] } ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "web_accessible_resources": [ "*" ], "content_security_policy": "script-src 'unsafe-eval' 'self' https:\/\/*.google.com\/ https:\/\/*.googleapis.com\/; object-src 'self'", "browser_action": [] } |