Web-Bar
Make your Chrome homepage more fun and attractive.
什麼是Web-Bar?
Web-Bar是由http://web-bar.biz開發的Chrome擴展程式,該擴展的主要功能是“Make your Chrome homepage more fun and attractive.”。
擴展截圖
下載Web-Bar擴展crx文件
下載Web-Bar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Web-Bar is a great choice for those who are tired of boring homepage extensions that do not provide any useful functionality and keep displaying unwanted ads every time you open your browser. ------- Versions: 0.9.2 - Beta testing 0.9.3 - Various Bug Fixes
擴展基本資訊
名稱 | |
ID | nfcebimaikecjkklbiednpkalkkahlig |
官方網址 | https://chrome.google.com/webstore/detail/web-bar/nfcebimaikecjkklbiednpkalkkahlig |
簡介 | Make your Chrome homepage more fun and attractive. |
檔案大小 | 162 KB |
安裝次數 | 12 |
目前版本 | 0.9.3 |
更新時間 | 2016-12-13 |
上架時間 | 2016-12-13 |
評分 | 1.00/5 共 2 次評分 |
開發者 | http://web-bar.biz |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://web-bar.biz |
隱私政策頁面URL | http://playbar.biz/policy.html |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Web-Bar", "description": "Make your Chrome homepage more fun and attractive.", "version": "0.9.3", "permissions": [ "https:\/\/query.yahooapis.com\/*", "http:\/\/web-bar.biz\/*" ], "chrome_url_overrides": { "newtab": "newtab-page.html" }, "background": { "scripts": [ "js\/bg.js" ] }, "browser_action": { "default_icon": { "19": "icon_19px.png", "38": "icon_38px.png" }, "default_title": "Web-Bar" }, "icons": { "16": "16.png", "48": "128.png", "128": "128.png" }, "content_security_policy": "script-src 'self'; object-src 'self'" } |