Random Background Color
Show a random background color on the Google.com homepage.
什麼是Random Background Color?
Random Background Color是由Melingo開發的Chrome擴展程式,該擴展的主要功能是“Show a random background color on the Google.com homepage.”。
擴展截圖
下載Random Background Color擴展crx文件
下載Random Background Color擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension randomly colors the page when visiting google.com. No more boring white background! Get excited with a new search tab each time!
擴展基本資訊
名稱 | Random Background Color |
ID | ikglgnekadileanonnapmgkeklpgjifk |
官方網址 | https://chromewebstore.google.com/detail/random-background-color/ikglgnekadileanonnapmgkeklpgjifk |
簡介 | Show a random background color on the Google.com homepage. |
檔案大小 | 84.39 KB |
安裝次數 | 1,946 |
目前版本 | 0.1 |
更新時間 | 2014-01-19 |
上架時間 | 2014-01-19 |
評分 | 1.18/5 共 22 次評分 |
開發者 | Melingo |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Random Background Color", "description": "Show a random background color on the Google.com homepage.", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "version": "0.1", "manifest_version": 2, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*.google.com\/*", "https:\/\/*.google.com\/*" ], "js": [ "jquery-2.0.3.min.js", "extension.js" ] } ], "web_accessible_resources": [ "jquery-2.0.3.min.map" ] } |