KARMA | Search to make a difference
Help protect biodiversity and improve animal welfare by searching the web
KARMA | Search to make a difference क्या है?
KARMA | Search to make a difference https://karmasearch.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Help protect biodiversity and improve animal welfare by searching the web"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में KARMA | Search to make a difference एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Download KARMA to protect biodiversity and promote animal welfare! This extension sets KARMA as your default search engine and customizes your new tab page to maximize your positive impact. Thanks to KARMA: > Search with a purpose KARMA works just like your regular search engine, except that revenue generated by your search queries is dedicated to protecting biodiversity and animal welfare. Just keep on searching the web as usual, and fund non-profit organizations working to change the world. > Find what you’re looking for KARMA uses the same best-in-class algorithms as other leading search engines so you can find what you’re looking for in a snap. Switching to KARMA is as easy as 1, 2, 3! > Your privacy matters KARMA does not use your search queries to profile you or to track you on the web, nor sell your data to third parties. Your privacy is safe with KARMA! > Get more choices for more relevant answers No single search engine can perfectly answer all types of queries. KARMA gives you access to a diverse range of ressources and results. Escape your information bubble!
एक्सटेंशन की मूल जानकारी
नाम | KARMA | Search to make a difference |
ID | npeimmdidecgfamlonehonaimdmbnmme |
आधिकारिक URL | https://chromewebstore.google.com/detail/karma-search-to-make-a-di/npeimmdidecgfamlonehonaimdmbnmme |
विवरण | Help protect biodiversity and improve animal welfare by searching the web |
फ़ाइल का आकार | 12.89 MB |
स्थापना संख्या | 1,627 |
वर्तमान संस्करण | 3.0.0 |
अंतिम अपडेट | 2024-01-04 |
प्रकाशन तिथि | 2021-09-09 |
रेटिंग | 5.00/5 कुल 18 रेटिंग्स |
डेवलपर | https://karmasearch.org |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://karmasearch.org/ |
सहायता पृष्ठ URL | https://info.karmasearch.org/contact |
गोपनीयता नीति पृष्ठ URL | https://about.karmasearch.org/legal |
समर्थित भाषाएँ | en,fr,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "KARMA | Search to make a difference", "short_name": "KARMA Search", "description": "__MSG_appDesc__", "default_locale": "en", "version": "3.0.0", "manifest_version": 3, "icons": { "16": "resources\/icons\/brand\/logo.png", "32": "resources\/icons\/brand\/logo.png", "48": "resources\/icons\/brand\/logo.png", "128": "resources\/icons\/brand\/logo.png" }, "action": { "default_icon": "resources\/icons\/brand\/logo.png", "default_title": "Open a KARMA new tab" }, "chrome_url_overrides": { "newtab": "newtab\/newtab.html" }, "background": { "service_worker": "background.js" }, "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/karmasearch.org\/favicon.ico", "is_default": true, "keyword": "karma", "name": "Karma Search", "search_url": "https:\/\/karmasearch.org\/search?q={searchTerms}&origin=chrome_ext&method=topbar" } }, "web_accessible_resources": [ { "resources": [ "resources\/*" ], "extension_ids": [ "npeimmdidecgfamlonehonaimdmbnmme" ] } ] } |