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