MediaWiki Page adder

Easily add pages to your MediaWiki. IMPORTANT: you should be authored on your wiki!

MediaWiki Page adderとは何ですか?

MediaWiki Page adderはlggによって開発されたChromeの拡張機能で、その主な機能は「Easily add pages to your MediaWiki. IMPORTANT: you should be authored on your wiki!」です。

拡張機能のスクリーンショット

screenshot
screenshot

MediaWiki Page adder拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension allows you to create pages in MediaWiki from any tab.                    

拡張機能の基本情報

名前 MediaWiki Page adder MediaWiki Page adder
ID gknagelhdlggklkeifcgeabapphikehg
公式URL https://chromewebstore.google.com/detail/mediawiki-page-adder/gknagelhdlggklkeifcgeabapphikehg
説明 Easily add pages to your MediaWiki. IMPORTANT: you should be authored on your wiki!
ファイルサイズ 174 KB
インストール数 44
現在のバージョン 1.0.2
最終更新日 2016-01-24
公開日 2016-01-24
評価 1.00/5 合計 1 レビュー
開発者 lgg
支払い方法 free
拡張機能のウェブサイト https://github.com/littleguga/media-wiki-page-adder
対応言語 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_app_name__",
    "short_name": "MWPA",
    "description": "__MSG_app_desc__",
    "author": "littleguga",
    "homepage_url": "http:\/\/littleguga.ru\/mwpa",
    "version": "1.0.2",
    "offline_enabled": false,
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "38": "icons\/icon2.png"
        },
        "default_title": "MWPA: MediaWiki Page Adder",
        "default_popup": "popup\/popup.html"
    },
    "options_page": "options\/options.html",
    "permissions": [
        "storage"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+7",
                "mac": "Command+Shift+7"
            }
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'",
    "icons": {
        "16": "icons\/icon2.png",
        "32": "icons\/icon2.png",
        "48": "icons\/icon2.png",
        "96": "icons\/icon2.png",
        "128": "icons\/icon2.png"
    }
}