SearchExt
SearchExt New Tab
Vad är SearchExt?
SearchExt är en Chrome-tillägg utvecklad av amelysara78, och dess huvudfunktion är "SearchExt New Tab".
Tilläggsskärmbilder
Ladda ner SearchExt-förlängningens CRX-fil
Ladda ner SearchExt-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension sets your search engine to ‘ SearchExt’ and customizes your New Tab Search so you can clear your searches and browsing history. Your browser's new tab search will be changed to be powered by Microsoft Bing. ‘ SearchExt’ is like any search engine you are familiar with, which combines very useful tool behind it - Clearing browsing history effectively just with one click. How Does it work? 1. Click the download icon. 2. Click the “add to chrome” top right button 3. Now you can clear your browsing history effectively just with one click. By clicking "Add to chrome", I accept and agree to installing 'SearchExt', change New Tab Search to Microsoft Bing, the Terms of Use and Privacy Policy.
Grundläggande Information om Tillägg
Namn | SearchExt |
ID | egbdngohhcppfboenbogjfbgoliogedl |
Officiell webbadress | https://chromewebstore.google.com/detail/searchext/egbdngohhcppfboenbogjfbgoliogedl |
Beskrivning | SearchExt New Tab |
Filstorlek | 12.58 KB |
Antal Installationer | 629 |
Aktuell Version | 1.0.3 |
Senast Uppdaterad | 2023-08-02 |
Publiceringsdatum | 2020-12-28 |
Betyg | 3.86/5 Totalt 7 Betyg |
Utvecklare | amelysara78 |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://sites.google.com/view/searchext-privacy-policy/home |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SearchExt", "description": "SearchExt New Tab", "version": "1.0.3", "permissions": [ "*:\/\/*.searchext.online\/*", "tabs", "history" ], "content_scripts": [ { "js": [ "contentscript.js" ], "matches": [ "*:\/\/*.searchext.online\/*" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "icon48.png" }, "background": { "scripts": [ "browseraction_release.js" ] }, "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icon48.png", "48": "icon16.png", "128": "icon128.png" }, "content_security_policy": "script-src 'self'; object-src 'self'", "manifest_version": 2 } |