webboard.money.sanook.com button
Open your favourite webboard in one click!
什麼是webboard.money.sanook.com button?
webboard.money.sanook.com button是由Peter Anderson開發的Chrome擴展程式,該擴展的主要功能是“Open your favourite webboard in one click!”。
擴展截圖
下載webboard.money.sanook.com button擴展crx文件
下載webboard.money.sanook.com button擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | |
ID | jcghhgnnbjnomjjboicbdbecobmklhcg |
官方網址 | https://chrome.google.com/webstore/detail/webboardmoneysanookcom-bu/jcghhgnnbjnomjjboicbdbecobmklhcg |
簡介 | Open your favourite webboard in one click! |
檔案大小 | 50.74 KB |
安裝次數 | 25 |
目前版本 | 3 |
更新時間 | 2014-06-20 |
上架時間 | 2014-06-20 |
開發者 | Peter Anderson |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "name": "webboard.money.sanook.com button", "description": "Open your favourite webboard in one click!", "browser_action": { "default_title": "Open webboard.money.sanook.com in one click", "default_icon": "img\/48.png" }, "homepage_url": "http:\/\/webboard.money.sanook.com", "short_name": "webboard.money.sanook.com", "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" }, "background": { "scripts": [ "chrome\/config.js", "js\/app.js", "js\/background.js" ] }, "permissions": [ "clipboardWrite", "storage", "tabs", "notifications", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "content_scripts": [ { "js": [ "js\/document\/all.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_start" }, { "js": [ "js\/document\/bitofcode.js" ], "matches": [ "*:\/\/*.bitofcode.net\/*" ] } ], "version": "3", "manifest_version": 2, "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx" } |