Simplifiedsearches
Simplify your search results. Get simple clean results at one click.
Simplifiedsearches क्या है?
Simplifiedsearches simplifiedsearches19 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simplify your search results. Get simple clean results at one click."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Simplifiedsearches एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | Simplifiedsearches |
ID | ojpnnijfpannokcmmimckbkpdjifidmh |
आधिकारिक URL | https://chromewebstore.google.com/detail/simplifiedsearches/ojpnnijfpannokcmmimckbkpdjifidmh |
विवरण | Simplify your search results. Get simple clean results at one click. |
फ़ाइल का आकार | 124 KB |
स्थापना संख्या | 37 |
वर्तमान संस्करण | 1.2.1 |
अंतिम अपडेट | 2019-05-09 |
प्रकाशन तिथि | 2019-05-09 |
रेटिंग | 5.00/5 कुल 7 रेटिंग्स |
डेवलपर | simplifiedsearches19 |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://simplifiedsearches.com/ |
सहायता पृष्ठ URL | http://simplifiedsearches.com/contact_us.php |
समर्थित भाषाएँ | 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" } } |