Scratch Search
Replaces the Scratch Search on the website
¿Qué es Scratch Search?
Scratch Search es una extensión de Chrome desarrollada por https://scratchsearch.bitballoon.com, y su función principal es "Replaces the Scratch Search on the website".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Scratch Search
Descarga archivos de extensión Scratch Search en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Scratch Search |
ID | fafijclghojlgdkfihpjnohpceakncoo |
URL Oficial | https://chromewebstore.google.com/detail/scratch-search/fafijclghojlgdkfihpjnohpceakncoo |
Descripción | Replaces the Scratch Search on the website |
Tamaño del Archivo | 36.92 KB |
Cantidad de Instalaciones | 177 |
Versión Actual | 0.0.0.1 |
Última Actualización | 2017-06-14 |
Fecha de Publicación | 2017-06-14 |
Calificación | 2.00/5 Total de 6 Calificaciones |
Desarrollador | https://scratchsearch.bitballoon.com |
Tipo de Pago | free |
Sitio Web de la Extensión | http://scratchsearch.bitballoon.com/ |
Idiomas Soportados | 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": [] } |