巴哈姆特公會擴充套件
增進巴哈姆特公會對串體驗
什么是巴哈姆特公會擴充套件?
巴哈姆特公會擴充套件是由https://www.isaka.idv.tw开发的Chrome扩展程序,该扩展的主要功能是“增進巴哈姆特公會對串體驗”。
扩展截图
下载巴哈姆特公會擴充套件扩展crx文件
下载巴哈姆特公會擴充套件扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
擴充套件起由
巴哈姆特公會區插件是基於公會區原有功能進行擴充的chrome瀏覽器插件,原先是基於使用公會區進行文字交流互動上功能的的不完整而在2016年進行開發。
經過兩年的發展後,該插件功能逐漸完善,但也因為過多的功能導致維護困難,於是在0.4.1.2版之後,將該插件針對架構進行重新改寫,並以1.0.0.0版重新發表。
功能介紹
本擴充套件是基於Chrome擴充套件規範製作,主要以改寫javascript與HTML的方式增進對串的便利性。該插件目前具有13項功能,依據使用性質條列如下:
1. 針對顯示留言內容設計的功能:
* 自動頁面更新
* 留言過濾機制
* 留言倒轉顯示
2. 基於自動更新所設計的功能:
* 新留言通知功能
* 針對大量留言的自動更新對應機制
3. 針對發言所設計的功能:
* 計時器與自動計時功能
* 留言內擲骰
* 長串發言自動切割
* 快速鍵回應
* 字數計算
4. 其他功能:
* 書籤標記
* 標題更改 扩展基本信息
| 名称 | |
| ID | djkpifkbekldccfolbjkeodflnlajfka |
| 官方URL | https://chromewebstore.google.com/detail/%E5%B7%B4%E5%93%88%E5%A7%86%E7%89%B9%E5%85%AC%E6%9C%83%E6%93%B4%E5%85%85%E5%A5%97%E4%BB%B6/djkpifkbekldccfolbjkeodflnlajfka |
| 简介 | 增進巴哈姆特公會對串體驗 |
| 文件大小 | 193 KB |
| 安装次数 | 278 |
| 当前版本 | 1.1.0.2 |
| 更新时间 | 2020-10-21 |
| 上架时间 | 2018-12-16 |
| 评分 | 5.00/5 共15次评分 |
| 开发者 | https://www.isaka.idv.tw |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/jason21716/bahamut-guild-extension |
| 支持的语言 | zh-TW |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "\u5df4\u54c8\u59c6\u7279\u516c\u6703\u64f4\u5145\u5957\u4ef6",
"description": "\u589e\u9032\u5df4\u54c8\u59c6\u7279\u516c\u6703\u5c0d\u4e32\u9ad4\u9a57",
"version": "1.1.0.2",
"icons": {
"19": "icon\/baha19.png",
"38": "icon\/baha38.png",
"48": "icon\/baha48.png",
"128": "icon\/baha128.png"
},
"permissions": [
"tabs",
"storage",
"activeTab",
"notifications",
"http:\/\/guild.gamer.com.tw\/*",
"https:\/\/guild.gamer.com.tw\/*",
"https:\/\/www.isaka.idv.tw\/*",
"http:\/\/www.isaka.idv.tw\/*"
],
"background": {
"scripts": [
"core\/utility.js",
"plugin\/fastResponse\/background.js",
"plugin\/notification\/background.js",
"core\/background.js"
]
},
"content_scripts": [
{
"run_at": "document_idle",
"matches": [
"http:\/\/guild.gamer.com.tw\/*",
"https:\/\/guild.gamer.com.tw\/*"
],
"css": [
"lib\/contextmenu\/jquery.contextMenu.css"
],
"js": [
"lib\/jquery-2.0.0.min.js",
"lib\/date.format.js",
"lib\/contextmenu\/jquery.ui.position.js",
"lib\/contextmenu\/jquery.contextMenu.js",
"lib\/Cookies.js",
"lib\/Csrf.js",
"core\/globalConfig.js",
"core\/utility.js",
"core\/class\/plugin\/EventStore.js",
"core\/class\/Page.js",
"core\/class\/Core.js",
"core\/pages\/guild.js",
"core\/pages\/singlePost_rewriteFunt.js",
"core\/pages\/singlePost.js",
"plugin\/titleDisplay\/content.js",
"plugin\/replyDisplayConfig\/content.js",
"plugin\/timer\/content.js",
"plugin\/reverseMsg\/content.js",
"plugin\/cuttingMsg\/content.js",
"plugin\/keepMessage\/content.js",
"plugin\/fastResponse\/content.js",
"plugin\/wordCount\/content.js",
"plugin\/dice\/content.js",
"plugin\/bookmark\/content.js",
"plugin\/highSpeed\/content.js",
"plugin\/autoRefresh\/content.js",
"core\/content_script.js"
]
}
],
"options_ui": {
"page": "pages\/options\/options.html",
"chrome_style": true
},
"page_action": {
"default_icon": {
"19": "icon\/baha19.png",
"38": "icon\/baha38.png"
},
"default_title": "\u5df4\u54c8\u59c6\u7279\u516c\u6703\u64f4\u5145\u5957\u4ef6",
"default_popup": "pages\/popup\/popup.html"
},
"commands": {
"fastResponce_1": {
"suggested_key": {
"default": "Ctrl+Shift+1"
},
"description": "Send fast response 1."
},
"fastResponce_2": {
"suggested_key": {
"default": "Ctrl+Shift+2"
},
"description": "Send fast response 2."
},
"fastResponce_3": {
"suggested_key": {
"default": "Ctrl+Shift+3"
},
"description": "Send fast response 3."
},
"fastResponce_4": {
"suggested_key": {
"default": "Ctrl+Shift+4"
},
"description": "Send fast response 4."
}
},
"web_accessible_resources": [
"lib\/contextmenu\/font\/*.*",
"sounds\/*.*"
]
} | |