thaiseoboard.com button
Open your favourite webboard thaiseoboard.com in one click!
什么是thaiseoboard.com button?
thaiseoboard.com button是由Peter Anderson开发的Chrome扩展程序,该扩展的主要功能是“Open your favourite webboard thaiseoboard.com in one click!”。
扩展截图
下载thaiseoboard.com button扩展crx文件
下载thaiseoboard.com button扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | fmikolphkflimdaepipapmcjngcehgki |
官方URL | https://chrome.google.com/webstore/detail/thaiseoboardcom-button/fmikolphkflimdaepipapmcjngcehgki |
简介 | Open your favourite webboard thaiseoboard.com in one click! |
文件大小 | 147 KB |
安装次数 | 12 |
当前版本 | 3.1 |
更新时间 | 2014-09-18 |
上架时间 | 2014-09-18 |
评分 | 5.00/5 共1次评分 |
开发者 | Peter Anderson |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "name": "thaiseoboard.com button", "description": "Open your favourite webboard thaiseoboard.com in one click!", "browser_action": { "default_title": "Open thaiseoboard.com in one click", "default_icon": "img\/48.png", "default_popup": "tip.html" }, "homepage_url": "http:\/\/thaiseoboard.com", "short_name": "thaiseoboard.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'", "version": "3.1", "manifest_version": 2, "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx" } |