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
官方網址 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"
    }
}