Simplifiedsearches

Simplify your search results. Get simple clean results at one click.

Simplifiedsearchesとは何ですか?

Simplifiedsearchesはsimplifiedsearches19によって開発されたChromeの拡張機能で、その主な機能は「Simplify your search results. Get simple clean results at one click.」です。

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

screenshot

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

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

拡張機能の使用方法

                        It is faster to use and you get all the top results. Its nice and simple.

By clicking "Add to chrome", you accept and agree to installing the SimplifiedSearches, Simplify your search results! Chrome extension and to setting Chrome: New Tab to that provided by the service and the Terms of Use and Privacy Policy.

http://simplifiedsearches.com
http://simplifiedsearches.com/term_condition.php
http://simplifiedsearches.com/privacy_policy.php                    

拡張機能の基本情報

名前 Simplifiedsearches Simplifiedsearches
ID ojpnnijfpannokcmmimckbkpdjifidmh
公式URL https://chromewebstore.google.com/detail/simplifiedsearches/ojpnnijfpannokcmmimckbkpdjifidmh
説明 Simplify your search results. Get simple clean results at one click.
ファイルサイズ 124 KB
インストール数 37
現在のバージョン 1.2.1
最終更新日 2019-05-09
公開日 2019-05-09
評価 5.00/5 合計 7 レビュー
開発者 simplifiedsearches19
支払い方法 free
拡張機能のウェブサイト http://simplifiedsearches.com/
ヘルプページのURL http://simplifiedsearches.com/contact_us.php
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simplifiedsearches",
    "version": "1.2.1",
    "description": "Simplify your search results. Get simple clean results at one click.",
    "icons": {
        "128": "search.png"
    },
    "browser_action": {
        "default_title": "SIMPLIFIEDSEARCHES - Simplify your search results"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "simplifiedsearches.htm"
    }
}