巴哈姆特公會擴充套件

增進巴哈姆特公會對串體驗

Apa itu 巴哈姆特公會擴充套件?

巴哈姆特公會擴充套件 adalah ekstensi Chrome yang dikembangkan oleh https://www.isaka.idv.tw, dan fitur utamanya adalah "增進巴哈姆特公會對串體驗".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi 巴哈姆特公會擴充套件

Unduh file ekstensi 巴哈姆特公會擴充套件 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        擴充套件起由

巴哈姆特公會區插件是基於公會區原有功能進行擴充的chrome瀏覽器插件,原先是基於使用公會區進行文字交流互動上功能的的不完整而在2016年進行開發。

經過兩年的發展後,該插件功能逐漸完善,但也因為過多的功能導致維護困難,於是在0.4.1.2版之後,將該插件針對架構進行重新改寫,並以1.0.0.0版重新發表。

功能介紹

本擴充套件是基於Chrome擴充套件規範製作,主要以改寫javascript與HTML的方式增進對串的便利性。該插件目前具有13項功能,依據使用性質條列如下:

1. 針對顯示留言內容設計的功能:

    * 自動頁面更新
    * 留言過濾機制
    * 留言倒轉顯示

2. 基於自動更新所設計的功能:

    * 新留言通知功能
    * 針對大量留言的自動更新對應機制

3. 針對發言所設計的功能:

    * 計時器與自動計時功能
    * 留言內擲骰
    * 長串發言自動切割
    * 快速鍵回應
    * 字數計算

4. 其他功能:

    * 書籤標記
    * 標題更改                    

Informasi Dasar Ekstensi

Nama 巴哈姆特公會擴充套件 巴哈姆特公會擴充套件
ID djkpifkbekldccfolbjkeodflnlajfka
URL Resmi 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
Deskripsi 增進巴哈姆特公會對串體驗
Ukuran File 193 KB
Jumlah Instalasi 278
Versi Saat Ini 1.1.0.2
Terakhir Diperbarui 2020-10-21
Tanggal Publikasi 2018-12-16
Penilaian 5.00/5 Total 15 Penilaian
Pengembang https://www.isaka.idv.tw
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/jason21716/bahamut-guild-extension
Bahasa yang Didukung 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\/*.*"
    ]
}