SuiteTab
It's sweet because it's a suite
Co to jest SuiteTab?
SuiteTab to rozszerzenie Chrome opracowane przez Sean Mumby, a jego główną funkcją jest „It's sweet because it's a suite”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SuiteTab
Pobierz pliki rozszerzeń SuiteTab 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
SuiteTab is an extension introducing a fresh new tab when browsing the internet. Including features such as a to-do checklist, note tabs, bookmarks, live countdowns, customisable backgrounds and a live weather update.
v1.0.3
-Increased fontsize of textarea
-Page zoom customisable and fits every monitor resolution
-New colour palette and colour selector
-Performance improvements
v1.0.2
-Fixed display button issue
v1.0.1
-Access to fullscreen, normal or background only
-Empty todo task message now displays after the list updates
-No longer a minor height bump when switching to backgrounds tab
v1.0
-Release Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | cokknnkbhfpgmaholfojjapjihgemjcb |
| Oficjalny URL | https://chromewebstore.google.com/detail/suitetab/cokknnkbhfpgmaholfojjapjihgemjcb |
| Opis | It's sweet because it's a suite |
| Rozmiar pliku | 1.76 MB |
| Liczba instalacji | 91 |
| Aktualna Wersja | 1.0.3 |
| Ostatnia Aktualizacja | 2020-06-03 |
| Data Publikacji | 2020-06-03 |
| Ocena | 5.00/5 Łącznie 5 Oceny |
| Deweloper | Sean Mumby |
| [email protected] | |
| Typ Płatności | free |
| Adres URL Strony Polityki Prywatności | https://suitetab.herokuapp.com |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"browser_action": {
"default_icon": "\/imgs\/icon48.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"description": "It's sweet because it's a suite",
"icons": {
"16": "\/imgs\/icon16.png",
"48": "\/imgs\/icon48.png",
"128": "\/imgs\/icon128.png"
},
"permissions": [
"https:\/\/www.google.com\/"
],
"manifest_version": 2,
"name": "SuiteTab",
"version": "1.0.3"
} | |