SuiteTab
It's sweet because it's a suite
Cos'è SuiteTab?
SuiteTab è un'estensione di Chrome sviluppata da Sean Mumby, e la sua funzione principale è "It's sweet because it's a suite".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SuiteTab
Scarica i file di estensione SuiteTab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | cokknnkbhfpgmaholfojjapjihgemjcb |
| URL Ufficiale | https://chromewebstore.google.com/detail/suitetab/cokknnkbhfpgmaholfojjapjihgemjcb |
| Descrizione | It's sweet because it's a suite |
| Dimensione del File | 1.76 MB |
| Conteggio Installazioni | 91 |
| Versione Corrente | 1.0.3 |
| Ultimo Aggiornamento | 2020-06-03 |
| Data di Pubblicazione | 2020-06-03 |
| Valutazione | 5.00/5 Totale 5 Valutazioni |
| Sviluppatore | Sean Mumby |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | https://suitetab.herokuapp.com |
| Lingue Supportate | 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"
} | |