Simplifiedsearches
Simplify your search results. Get simple clean results at one click.
Hvad er Simplifiedsearches?
Simplifiedsearches er en Chrome-udvidelse udviklet af simplifiedsearches19, og dens hovedfunktion er "Simplify your search results. Get simple clean results at one click.".
Udvidelsesskærmbilleder
Download Simplifiedsearches-udvidelses-CRX-fil
Download Simplifiedsearches-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Simplifiedsearches |
ID | ojpnnijfpannokcmmimckbkpdjifidmh |
Officiel URL | https://chromewebstore.google.com/detail/simplifiedsearches/ojpnnijfpannokcmmimckbkpdjifidmh |
Beskrivelse | Simplify your search results. Get simple clean results at one click. |
Filstørrelse | 124 KB |
Antal Installationer | 37 |
Nuværende Version | 1.2.1 |
Senest Opdateret | 2019-05-09 |
Udgivelsesdato | 2019-05-09 |
Bedømmelse | 5.00/5 Samlet 7 Bedømmelser |
Udvikler | simplifiedsearches19 |
Betalingsmetode | free |
Udvidelseswebsted | http://simplifiedsearches.com/ |
Hjælpeside-URL | http://simplifiedsearches.com/contact_us.php |
Understøttede Sprog | 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" } } |