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"
    }
}