Colors - New Tab
A multicolored 'paint splashes' New Tab.
什么是Colors - New Tab?
Colors - New Tab是由Promideus开发的Chrome扩展程序,该扩展的主要功能是“A multicolored 'paint splashes' New Tab.”。
扩展截图
下载Colors - New Tab扩展crx文件
下载Colors - New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A colorful 'paint splashes' New Tab for the Google Chrome browser. Open Source: This extension is open source, and available at https://github.com/chrisprins/colors Feel free to contribute to future updates, or download it to customize your own personal version.
扩展基本信息
名称 | |
ID | ncbfpbajpbdbpmaiginhplgigibkcadi |
官方URL | https://chrome.google.com/webstore/detail/colors-new-tab/ncbfpbajpbdbpmaiginhplgigibkcadi |
简介 | A multicolored 'paint splashes' New Tab. |
文件大小 | 4.75 MB |
安装次数 | 870 |
当前版本 | 0.2.1 |
更新时间 | 2018-12-25 |
上架时间 | 2018-12-25 |
评分 | 5.00/5 共5次评分 |
开发者 | Promideus |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/chrisprins/colors |
帮助页面URL | https://www.facebook.com/promideus |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Colors - New Tab", "short_name": "Colors", "description": "A multicolored 'paint splashes' New Tab.", "version": "0.2.1", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "background", "chrome:\/\/favicon\/", "topSites", "tabs", "geolocation", "unlimitedStorage", "activeTab", "storage", "bookmarks", "management" ], "content_security_policy": "script-src 'self'; object-src 'self'", "offline_enabled": true } |