MediaWiki Page adder

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

What is MediaWiki Page adder?

MediaWiki Page adder is a Chrome extension developed by lgg, and its main feature is "Easily add pages to your MediaWiki. IMPORTANT: you should be authored on your wiki!".

Extension Screenshots

screenshot
screenshot

Download MediaWiki Page adder Extension CRX File

Download MediaWiki Page adder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name MediaWiki Page adder MediaWiki Page adder
ID gknagelhdlggklkeifcgeabapphikehg
Official URL https://chromewebstore.google.com/detail/mediawiki-page-adder/gknagelhdlggklkeifcgeabapphikehg
Description Easily add pages to your MediaWiki. IMPORTANT: you should be authored on your wiki!
File Size 174 KB
Installation Count 44
Current Version 1.0.2
Last Updated 2016-01-24
Publish Date 2016-01-24
Rating 1.00/5 Total 1 Ratings
Developer lgg
Payment Type free
Extension Website https://github.com/littleguga/media-wiki-page-adder
Supported Languages 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"
    }
}