Scratch Search

Replaces the Scratch Search on the website

Scratch Search क्या है?

Scratch Search https://scratchsearch.bitballoon.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces the Scratch Search on the website"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Scratch Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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": []
}