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」です。

拡張機能のスクリーンショット

screenshot

Scratch Search拡張機能のCRXファイルをダウンロード

Scratch Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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": []
}