Simplifiedsearches

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

Vad är Simplifiedsearches?

Simplifiedsearches är en Chrome-tillägg utvecklad av simplifiedsearches19, och dess huvudfunktion är "Simplify your search results. Get simple clean results at one click.".

Tilläggsskärmbilder

screenshot

Ladda ner Simplifiedsearches-förlängningens CRX-fil

Ladda ner Simplifiedsearches-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Simplifiedsearches Simplifiedsearches
ID ojpnnijfpannokcmmimckbkpdjifidmh
Officiell webbadress https://chromewebstore.google.com/detail/simplifiedsearches/ojpnnijfpannokcmmimckbkpdjifidmh
Beskrivning Simplify your search results. Get simple clean results at one click.
Filstorlek 124 KB
Antal Installationer 37
Aktuell Version 1.2.1
Senast Uppdaterad 2019-05-09
Publiceringsdatum 2019-05-09
Betyg 5.00/5 Totalt 7 Betyg
Utvecklare simplifiedsearches19
Betalningssätt free
Tilläggswebbplats http://simplifiedsearches.com/
Hjälpsida URL http://simplifiedsearches.com/contact_us.php
Stödda Språk 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"
    }
}