Placid Tab New Tab Page
A minimal New Tab page
Wat is Placid Tab New Tab Page?
Placid Tab New Tab Page is een Chrome-extensie ontwikkeld door https://rileyjshaw.com, en de belangrijkste functie is "A minimal New Tab page".
Extensie Screenshots
Download het CRX-bestand van de extensie Placid Tab New Tab Page
Download Placid Tab New Tab Page-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
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 Basisinformatie over de Extensie
| Naam | |
| ID | mjcblgoejhkkkhgeadejhkpldglnfmcj |
| Officiële URL | https://chromewebstore.google.com/detail/placid-tab-new-tab-page/mjcblgoejhkkkhgeadejhkpldglnfmcj |
| Beschrijving | A minimal New Tab page |
| Bestandsgrootte | 24.66 KB |
| Aantal Installaties | 154 |
| Huidige Versie | 2.0.0 |
| Laatst Bijgewerkt | 2015-10-27 |
| Publicatiedatum | 2015-10-27 |
| Beoordeling | 5.00/5 Totaal 14 Beoordelingen |
| Ontwikkelaar | https://rileyjshaw.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/rileyjshaw/placid-tab |
| Help Pagina-URL | https://github.com/rileyjshaw/placid-tab/issues |
| Ondersteunde Talen | 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"
} | |