Popsicle: A Minimalist New Tab Replacement
A very minimal New Tab extension for Google Chrome.
什么是Popsicle: A Minimalist New Tab Replacement?
Popsicle: A Minimalist New Tab Replacement是由https://dougbeney.com开发的Chrome扩展程序,该扩展的主要功能是“A very minimal New Tab extension for Google Chrome.”。
扩展截图
下载Popsicle: A Minimalist New Tab Replacement扩展crx文件
下载Popsicle: A Minimalist New Tab Replacement扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Popsicle: A Minimalist New Tab Replacement |
ID | loigpbgkmjjhjodnhlpmbjmojchpdjih |
官方URL | https://chromewebstore.google.com/detail/popsicle-a-minimalist-new/loigpbgkmjjhjodnhlpmbjmojchpdjih |
简介 | A very minimal New Tab extension for Google Chrome. |
文件大小 | 2.5 MB |
安装次数 | 76 |
当前版本 | 0.76 |
更新时间 | 2017-08-16 |
上架时间 | 2017-08-16 |
评分 | 4.71/5 共7次评分 |
开发者 | https://dougbeney.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://dougbeney.com |
帮助页面URL | https://dougbeney.com/contact |
支持的语言 | 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" ] } |