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 |
| 官方URL | 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"
} | |