Future Tabs
Future Tabs
Co to jest Future Tabs?
Future Tabs to rozszerzenie Chrome opracowane przez futuretab-dev, a jego główną funkcją jest „Future Tabs”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Future Tabs
Pobierz pliki rozszerzeń Future Tabs w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ofkkineedekacdmfcmgbdifbenfolphc |
Oficjalny URL | https://chrome.google.com/webstore/detail/future-tabs/ofkkineedekacdmfcmgbdifbenfolphc |
Opis | Future Tabs |
Rozmiar pliku | 2.46 MB |
Liczba instalacji | 61,918 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2021-07-04 |
Data Publikacji | 2021-06-26 |
Ocena | 4.93/5 Łącznie 108 Oceny |
Deweloper | futuretab-dev |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://extsolutiontechadv.com/privacy_policy.html |
Obsługiwane Języki | 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" } |