Scratch Search
Replaces the Scratch Search on the website
Scratch Search란 무엇입니까?
Scratch Search은(는) https://scratchsearch.bitballoon.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replaces the Scratch Search on the website"입니다.
확장 프로그램 스크린샷
Scratch Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Scratch Search |
ID | fafijclghojlgdkfihpjnohpceakncoo |
공식 URL | https://chromewebstore.google.com/detail/scratch-search/fafijclghojlgdkfihpjnohpceakncoo |
설명 | Replaces the Scratch Search on the website |
파일 크기 | 36.92 KB |
설치 횟수 | 177 |
현재 버전 | 0.0.0.1 |
최근 업데이트 | 2017-06-14 |
출시 날짜 | 2017-06-14 |
평점 | 2.00/5 총 6 개의 평점 |
개발자 | https://scratchsearch.bitballoon.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://scratchsearch.bitballoon.com/ |
지원되는 언어 | 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": [] } |