Hi!PDA Power

来自D版带着爱!

Hi!PDA Powerとは何ですか?

Hi!PDA Powerはi6941によって開発されたChromeの拡張機能で、その主な機能は「来自D版带着爱!」です。

Hi!PDA Power拡張機能のCRXファイルをダウンロード

Hi!PDA Power拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        基于deadlili的Hi!PDA Plus
0.22增加了以下功能:
1.浏览历史记录
2.发帖草稿

0.23增加了以下功能:
1.增加自动保存草稿的开关,默认关闭

0.24增加了以下功能:
1.根据关键字高亮主题
2.根据关键字隐藏主题

0.25增加了以下功能:
1.自定义高亮样式

并计划新增依托于服务器的搜索修复,内容推送和@功能                    

拡張機能の基本情報

名前 Hi!PDA Power Hi!PDA Power
ID endnkpfaphnhmjmdkojdljeneefbgeno
公式URL https://chromewebstore.google.com/detail/hipda-power/endnkpfaphnhmjmdkojdljeneefbgeno
説明 来自D版带着爱!
ファイルサイズ 62.94 KB
インストール数 331
現在のバージョン 0.25
最終更新日 2018-05-28
公開日 2018-05-27
評価 5.00/5 合計 4 レビュー
開発者 i6941
支払い方法 free
対応言語 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hi!PDA Power",
    "version": "0.25",
    "manifest_version": 2,
    "description": "\u6765\u81eaD\u7248\u5e26\u7740\u7231!",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "\u6765\u81eaD\u7248\u5e26\u7740\u7231\uff01"
    },
    "icons": {
        "48": "icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/hi-pda.com\/forum\/*",
                "http:\/\/www.hi-pda.com\/forum\/*",
                "https:\/\/hi-pda.com\/forum\/*",
                "https:\/\/www.hi-pda.com\/forum\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery-1.11.3.min.js",
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "hide_stick.css"
    ]
}