Popsicle: A Minimalist New Tab Replacement
A very minimal New Tab extension for Google Chrome.
Qu'est-ce que Popsicle: A Minimalist New Tab Replacement ?
Popsicle: A Minimalist New Tab Replacement est une extension Chrome développée par https://dougbeney.com, et sa fonction principale est "A very minimal New Tab extension for Google Chrome.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Popsicle: A Minimalist New Tab Replacement
Téléchargez les fichiers d'extension Popsicle: A Minimalist New Tab Replacement au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Popsicle gives you a minimal new tab page, with new, inspiring quotes every time you open a new tab. In the settings page, you can fully customize this plugin. Choose from 35 different quote categories, completely tweak the color scheme, and add a background image. Github Source: https://github.com/DougBeney/Popsicle-Google-Chrome-Extension
Informations de Base sur l'Extension
Nom | Popsicle: A Minimalist New Tab Replacement |
ID | loigpbgkmjjhjodnhlpmbjmojchpdjih |
URL Officiel | https://chromewebstore.google.com/detail/popsicle-a-minimalist-new/loigpbgkmjjhjodnhlpmbjmojchpdjih |
Description | A very minimal New Tab extension for Google Chrome. |
Taille du Fichier | 2.5 MB |
Nombre d'Installations | 76 |
Version Actuelle | 0.76 |
Dernière Mise à Jour | 2017-08-16 |
Date de Publication | 2017-08-16 |
Évaluation | 4.71/5 Total 7 Évaluations |
Développeur | https://dougbeney.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://dougbeney.com |
URL de la Page d'Aide | https://dougbeney.com/contact |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Popsicle: A Minimalist New Tab Replacement", "description": "A very minimal New Tab extension for Google Chrome.", "version": "0.76", "options_page": "settings.html", "author": "Doug Beney", "icons": { "16": "\/static\/icon\/icon16.png", "48": "\/static\/icon\/icon48.png", "128": "\/static\/icon\/icon128.png" }, "browser_action": { "default_icon": "\/static\/icon\/icon.png", "default_popup": "popup.html" }, "incognito": "split", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ] } |