Scratch Search
Replaces the Scratch Search on the website
Qu'est-ce que Scratch Search ?
Scratch Search est une extension Chrome développée par https://scratchsearch.bitballoon.com, et sa fonction principale est "Replaces the Scratch Search on the website".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Scratch Search
Téléchargez les fichiers d'extension Scratch Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Scratch Search |
ID | fafijclghojlgdkfihpjnohpceakncoo |
URL Officiel | https://chromewebstore.google.com/detail/scratch-search/fafijclghojlgdkfihpjnohpceakncoo |
Description | Replaces the Scratch Search on the website |
Taille du Fichier | 36.92 KB |
Nombre d'Installations | 177 |
Version Actuelle | 0.0.0.1 |
Dernière Mise à Jour | 2017-06-14 |
Date de Publication | 2017-06-14 |
Évaluation | 2.00/5 Total 6 Évaluations |
Développeur | https://scratchsearch.bitballoon.com |
Type de Paiement | free |
Site Web de l'Extension | http://scratchsearch.bitballoon.com/ |
Langues Prises en Charge | 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": [] } |