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 |
官方網址 | 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 } |