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.
扩展基本信息
名称 | LetsBzzzzzzzzz |
ID | lhakmnkcombnhldidapebhpdclidibbm |
官方URL | 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\/" ] } |