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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}