Placid Tab New Tab Page
A minimal New Tab page
Cos'è Placid Tab New Tab Page?
Placid Tab New Tab Page è un'estensione di Chrome sviluppata da https://rileyjshaw.com, e la sua funzione principale è "A minimal New Tab page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Placid Tab New Tab Page
Scarica i file di estensione Placid Tab New Tab Page 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
A minimal New Tab page.
** New in V2 **
- Now with light AND dark themes!
- Options save automatically
Usage:
Each quadrant can be assigned to one of your favourite websites. Click a quadrant to navigate to its assigned link.
Configuration:
To assign your links, either
- Click an unassigned quadrant, or
- In the Chrome menu click Tools > Extensions > Placid Tab > Options
Licence: MIT
Project page: https://github.com/rileyjshaw/placid-tab Informazioni di Base sull'Estensione
| Nome | |
| ID | mjcblgoejhkkkhgeadejhkpldglnfmcj |
| URL Ufficiale | https://chromewebstore.google.com/detail/placid-tab-new-tab-page/mjcblgoejhkkkhgeadejhkpldglnfmcj |
| Descrizione | A minimal New Tab page |
| Dimensione del File | 24.66 KB |
| Conteggio Installazioni | 154 |
| Versione Corrente | 2.0.0 |
| Ultimo Aggiornamento | 2015-10-27 |
| Data di Pubblicazione | 2015-10-27 |
| Valutazione | 5.00/5 Totale 14 Valutazioni |
| Sviluppatore | https://rileyjshaw.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/rileyjshaw/placid-tab |
| URL della Pagina di Aiuto | https://github.com/rileyjshaw/placid-tab/issues |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Placid Tab New Tab Page",
"short_name": "Placid Tab",
"version": "2.0.0",
"manifest_version": 2,
"description": "A minimal New Tab page",
"author": "rileyjshaw",
"chrome_url_overrides": {
"newtab": "home.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"options_page": "options.html"
} | |