LetsBzzzzzzzzz
Appends some quick buttons like bz, dice or bobei for Plurk.
什麼是LetsBzzzzzzzzz?
LetsBzzzzzzzzz是由p52189開發的Chrome擴展程式,該擴展的主要功能是“Appends some quick buttons like bz, dice or bobei for Plurk.”。
擴展截圖
下載LetsBzzzzzzzzz擴展crx文件
下載LetsBzzzzzzzzz擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This chrome extension appends some quick buttons like bz, dice or bobei for Plurk. 擴展基本資訊
| 名稱 | |
| ID | lhakmnkcombnhldidapebhpdclidibbm |
| 官方網址 | https://chromewebstore.google.com/detail/letsbzzzzzzzzz/lhakmnkcombnhldidapebhpdclidibbm |
| 簡介 | Appends some quick buttons like bz, dice or bobei for Plurk. |
| 檔案大小 | 42.92 KB |
| 安裝次數 | 108 |
| 目前版本 | 1.1.1 |
| 更新時間 | 2015-09-14 |
| 上架時間 | 2015-09-13 |
| 評分 | 5.00/5 共 5 次評分 |
| 開發者 | p52189 |
| 付費類型 | free |
| 支援的語言 | zh-TW |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "LetsBzzzzzzzzz",
"description": "Appends some quick buttons like bz, dice or bobei for Plurk.",
"version": "1.1.1",
"content_scripts": [
{
"matches": [
"http:\/\/www.plurk.com\/*",
"https:\/\/www.plurk.com\/*"
],
"js": [
"jquery-1.7.min.js",
"app.js"
],
"run_at": "document_end"
}
],
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"permissions": [
"activeTab",
"https:\/\/ajax.googleapis.com\/"
]
} | |