Popsicle: A Minimalist New Tab Replacement
A very minimal New Tab extension for Google Chrome.
What is Popsicle: A Minimalist New Tab Replacement?
Popsicle: A Minimalist New Tab Replacement is a Chrome extension developed by https://dougbeney.com, and its main feature is "A very minimal New Tab extension for Google Chrome.".
Extension Screenshots
Download Popsicle: A Minimalist New Tab Replacement Extension CRX File
Download Popsicle: A Minimalist New Tab Replacement extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Popsicle: A Minimalist New Tab Replacement |
ID | loigpbgkmjjhjodnhlpmbjmojchpdjih |
Official URL | https://chromewebstore.google.com/detail/popsicle-a-minimalist-new/loigpbgkmjjhjodnhlpmbjmojchpdjih |
Description | A very minimal New Tab extension for Google Chrome. |
File Size | 2.5 MB |
Installation Count | 76 |
Current Version | 0.76 |
Last Updated | 2017-08-16 |
Publish Date | 2017-08-16 |
Rating | 4.71/5 Total 7 Ratings |
Developer | https://dougbeney.com |
[email protected] | |
Payment Type | free |
Extension Website | https://dougbeney.com |
Help Page URL | https://dougbeney.com/contact |
Supported Languages | 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" ] } |