Future Tabs
Future Tabs
Wat is Future Tabs?
Future Tabs is een Chrome-extensie ontwikkeld door futuretab-dev, en de belangrijkste functie is "Future Tabs".
Extensie Screenshots
Download het CRX-bestand van de extensie Future Tabs
Download Future Tabs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Give your tab a new look! With this extension you can easily change the standard page background to a beautiful image. Transform your tab with Future Tab by making it beautiful and convenient. Features: - Displays weather and time in your location - Enhanced search with Bing If you still have any ideas to improve or add to the extension, do not hesitate to contact us and we promise that we will make every effort to improve it. By clicking "Add to chrome", I accept and agree to install the "Future Tabs" Chrome extension and setting Chrome™ New Tab page to that provided by the service and the Terms of Use and Privacy Policy. The extension uses permission the current location of user's device. Terms of Use / End User License Agreement https://extsolutiontechadv.com/terms_of_use.html Privacy Policy https://extsolutiontechadv.com/privacy_policy.html Contact Us https://extsolutiontechadv.com/contacts.html Uninstall https://extsolutiontechadv.com/lp/futuretab/uninstall.html
Basisinformatie over de Extensie
Naam | |
ID | ofkkineedekacdmfcmgbdifbenfolphc |
Officiële URL | https://chrome.google.com/webstore/detail/future-tabs/ofkkineedekacdmfcmgbdifbenfolphc |
Beschrijving | Future Tabs |
Bestandsgrootte | 2.46 MB |
Aantal Installaties | 61,918 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2021-07-04 |
Publicatiedatum | 2021-06-26 |
Beoordeling | 4.93/5 Totaal 108 Beoordelingen |
Ontwikkelaar | futuretab-dev |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://extsolutiontechadv.com/privacy_policy.html |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "128": "ico.png" } }, "chrome_url_overrides": { "newtab": "tab.html" }, "description": "Future Tabs", "icons": { "128": "ico.png" }, "manifest_version": 2, "name": "Future Tabs", "version": "1.0.1" } |