Minimalist Tab
Simplify your Chrome new tab page.
Wat is Minimalist Tab?
Minimalist Tab is een Chrome-extensie ontwikkeld door https://benandy.github.io, en de belangrijkste functie is "Simplify your Chrome new tab page.".
Extensie Screenshots
Download het CRX-bestand van de extensie Minimalist Tab
Download Minimalist 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
Simplify your Chrome new tab page. A minimalist new tab page with only the essential two things you need to keep your week on track, the time and date. Nothing special, not overcrowded nor eye distracting.
Basisinformatie over de Extensie
Naam | Minimalist Tab |
ID | dcnlolkfplhlimlokmkinnmpjecghgcc |
Officiële URL | https://chromewebstore.google.com/detail/minimalist-tab/dcnlolkfplhlimlokmkinnmpjecghgcc |
Beschrijving | Simplify your Chrome new tab page. |
Bestandsgrootte | 6.73 KB |
Aantal Installaties | 100 |
Huidige Versie | 1.1.7 |
Laatst Bijgewerkt | 2017-10-03 |
Publicatiedatum | 2017-10-02 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://benandy.github.io |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://benandy.github.io/minimalisttab/ |
URL van de Privacybeleid Pagina | http://benandy.github.io/privacy |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.7", "name": "Minimalist Tab", "short_name": "Minimalist Tab", "description": "Simplify your Chrome new tab page.", "manifest_version": 2, "author": "Benjamin Developments", "offline_enabled": true, "homepage_url": "https:\/\/benandy.github.io\/minimalisttab", "incognito": "split", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'; sandbox allow-forms allow-scripts allow-same-origin allow-modals", "minimum_chrome_version": "48.0.2564", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "cookies", "unlimitedStorage", "*:\/\/benandy.github.io\/*" ] } |