Quad - New Tab
A minimal New Tab page
Wat is Quad - New Tab?
Quad - New Tab is een Chrome-extensie ontwikkeld door https://kylem.us, en de belangrijkste functie is "A minimal New Tab page".
Extensie Screenshots
Download het CRX-bestand van de extensie Quad - New Tab
Download Quad - New Tab-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
This extension replaces Firefox's and Chrome's default New Tab page with a minimal, almost entirely blank page. Each quadrant can be configured to link to any website for quick access. Optionally, a color can be applied to each link affecting the center icon as an indication. Inspired by Placid Tab (https://goo.gl/yaawTw(.
Basisinformatie over de Extensie
Naam | |
ID | jmabadedidffkehpjanmaljbgnojencc |
Officiële URL | https://chromewebstore.google.com/detail/quad-new-tab/jmabadedidffkehpjanmaljbgnojencc |
Beschrijving | A minimal New Tab page |
Bestandsgrootte | 10.12 KB |
Aantal Installaties | 11 |
Huidige Versie | 1.2.1 |
Laatst Bijgewerkt | 2023-05-04 |
Publicatiedatum | 2019-10-12 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://kylem.us |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://git.kylem.us/kyle/quad |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quad - New Tab", "short_name": "Quad", "version": "1.2.1", "manifest_version": 2, "description": "A minimal New Tab page", "author": "Kyle Mitchell", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "storage" ] } |