search2

Create a good search habit by yourself !

search2とは何ですか?

search2はrennyによって開発されたChromeの拡張機能で、その主な機能は「Create a good search habit by yourself !」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Good news: search2 has published the source code on Github, any questions or suggestions are welcome to issue page, generally i will reply in one week: 
https://github.com/wurenny/search2/issues
or mail to: [email protected]
Here is about the development logs: 
http://wurenny.com/blog/search2

The Presentation:
Although there are some extensions or userscripts about search engine switch, but you should be worth trying search2 for these reasons , they are the reasons also which why i want to design search2: 

1. search2 exclusive support global character encoding, search2 is designed to a internationalized extension at begining.

2. search2 have a user-friendly interface for deeply customized configure, it's completely open for all search engines and search categories definition, all users in the search2 are free and equal, and you can define your own search habits according with your wishes

3. search2 can not only search words but also integrates image search in contextmenu, and supports moving search, search2 tries to give you a one-stop search experience

4. search2 does not use any third-party javascript libraries, extremely lightweight, the size of the entire extension only 120K+, however, it work with fast response incredibly 

5. search2 respect all search engine companies, do not tamper with the search results page, search2 decided to keep the web experience authentic, users do not need to worry about extension failure because of some changes in search engine upgrading

6. search2 care for many people who used searchEngineJump, searching flexible when use the various pulldown menus

if you feel search2 good, you can give me five stars,thank you !                    

拡張機能の基本情報

名前 search2 search2
ID godjlopkhiadfppdjhbekbppchinkmpi
公式URL https://chromewebstore.google.com/detail/search2/godjlopkhiadfppdjhbekbppchinkmpi
説明 Create a good search habit by yourself !
ファイルサイズ 127 KB
インストール数 1,532
現在のバージョン 1.1.11
最終更新日 2018-12-12
公開日 2018-12-12
評価 4.79/5 合計 84 レビュー
開発者 renny
支払い方法 free
拡張機能のウェブサイト http://www.wurenny.com/blog/search2
対応言語 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Create a good search habit by yourself !",
    "author": "wurenny",
    "web_accessible_resources": [
        "cts\/contentScript.js",
        "css\/css.css",
        "css\/pull.css",
        "more\/more.css",
        "opt\/options.html"
    ],
    "background": {
        "persistent": false,
        "page": "bg\/evtpage.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "include_globs": [
                "http:*",
                "https:*"
            ],
            "js": [
                "opt\/option-data.js",
                "inc\/comm.js",
                "cts\/contentScript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' blob: ; object-src 'self'",
    "default_locale": "zh_CN",
    "icons": {
        "16": "img\/logo16.png",
        "32": "img\/logo32.png",
        "48": "img\/logo48.png",
        "96": "img\/logo96.png",
        "128": "img\/logo128.png",
        "256": "img\/logo256.png"
    },
    "minimum_chrome_version": "20",
    "manifest_version": 2,
    "name": "__MSG_app_title__",
    "options_page": "opt\/options.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "contextMenus"
    ],
    "version": "1.1.11"
}