Simplifiedsearches
Simplify your search results. Get simple clean results at one click.
Apa itu Simplifiedsearches?
Simplifiedsearches adalah ekstensi Chrome yang dikembangkan oleh simplifiedsearches19, dan fitur utamanya adalah "Simplify your search results. Get simple clean results at one click.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Simplifiedsearches
Unduh file ekstensi Simplifiedsearches dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Simplifiedsearches |
ID | ojpnnijfpannokcmmimckbkpdjifidmh |
URL Resmi | https://chromewebstore.google.com/detail/simplifiedsearches/ojpnnijfpannokcmmimckbkpdjifidmh |
Deskripsi | Simplify your search results. Get simple clean results at one click. |
Ukuran File | 124 KB |
Jumlah Instalasi | 37 |
Versi Saat Ini | 1.2.1 |
Terakhir Diperbarui | 2019-05-09 |
Tanggal Publikasi | 2019-05-09 |
Penilaian | 5.00/5 Total 7 Penilaian |
Pengembang | simplifiedsearches19 |
Tipe Pembayaran | free |
Situs Ekstensi | http://simplifiedsearches.com/ |
URL Halaman Bantuan | http://simplifiedsearches.com/contact_us.php |
Bahasa yang Didukung | 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" } } |