Simplifiedsearches

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

Co to jest Simplifiedsearches?

Simplifiedsearches to rozszerzenie Chrome opracowane przez simplifiedsearches19, a jego główną funkcją jest „Simplify your search results. Get simple clean results at one click.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Simplifiedsearches

Pobierz pliki rozszerzeń Simplifiedsearches w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Simplifiedsearches Simplifiedsearches
ID ojpnnijfpannokcmmimckbkpdjifidmh
Oficjalny URL https://chromewebstore.google.com/detail/simplifiedsearches/ojpnnijfpannokcmmimckbkpdjifidmh
Opis Simplify your search results. Get simple clean results at one click.
Rozmiar pliku 124 KB
Liczba instalacji 37
Aktualna Wersja 1.2.1
Ostatnia Aktualizacja 2019-05-09
Data Publikacji 2019-05-09
Ocena 5.00/5 Łącznie 7 Oceny
Deweloper simplifiedsearches19
Typ Płatności free
Strona Rozszerzenia http://simplifiedsearches.com/
Adres URL Strony Pomocy http://simplifiedsearches.com/contact_us.php
Obsługiwane Języki 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"
    }
}