Simplifiedsearches

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

Wat is Simplifiedsearches?

Simplifiedsearches is een Chrome-extensie ontwikkeld door simplifiedsearches19, en de belangrijkste functie is "Simplify your search results. Get simple clean results at one click.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Simplifiedsearches

Download Simplifiedsearches-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Simplifiedsearches Simplifiedsearches
ID ojpnnijfpannokcmmimckbkpdjifidmh
Officiële URL https://chromewebstore.google.com/detail/simplifiedsearches/ojpnnijfpannokcmmimckbkpdjifidmh
Beschrijving Simplify your search results. Get simple clean results at one click.
Bestandsgrootte 124 KB
Aantal Installaties 37
Huidige Versie 1.2.1
Laatst Bijgewerkt 2019-05-09
Publicatiedatum 2019-05-09
Beoordeling 5.00/5 Totaal 7 Beoordelingen
Ontwikkelaar simplifiedsearches19
Betalingswijze free
Extensiewebsite http://simplifiedsearches.com/
Help Pagina-URL http://simplifiedsearches.com/contact_us.php
Ondersteunde Talen 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"
    }
}