Open Wiki Edit Page

Context menu to translate Mediawiki-style links (as at Wikipedia) into corresponding edit links. Also open ISBN links into Amazon.

Open Wiki Edit Pageとは何ですか?

Open Wiki Edit Pageはbrettz9によって開発されたChromeの拡張機能で、その主な機能は「Context menu to translate Mediawiki-style links (as at Wikipedia) into corresponding edit links. Also open ISBN links into Amazon.」です。

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

screenshot
screenshot

Open Wiki Edit Page拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        A webextensions add-on to allow right-clicking on a Mediawiki-style link (as used at Wikipedia) to be able to go directly to its edit page (within the same window or a new tab).

By default looks for the pattern `/wiki/title` or `title=(title)` within links to change them into: `?action=edit&title=(title)` links. Only shows the context menu if those type URLs are found

You can set your own wildcards, and find-replace patterns if different wikis follow different URL patterns.

Also provides two "Open ISBN at Amazon" options (leading to the same window or current tab), usable when right-clicking on a link containing `Special:BookSources` (the format for links leading to ISBN numbers at Mediawiki sites).                    

拡張機能の基本情報

名前 Open Wiki Edit Page Open Wiki Edit Page
ID bgkapcgalpheigeojpgjgomopmmdpgaj
公式URL https://chrome.google.com/webstore/detail/open-wiki-edit-page/bgkapcgalpheigeojpgjgomopmmdpgaj
説明 Context menu to translate Mediawiki-style links (as at Wikipedia) into corresponding edit links. Also open ISBN links into Amazon.
ファイルサイズ 29.38 KB
インストール数 34
現在のバージョン 0.8.0
最終更新日 2021-12-15
公開日 2019-11-04
開発者 brettz9
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/brettz9/open-wiki-edit-page/
ヘルプページのURL https://github.com/brettz9/open-wiki-edit-page/issues/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "short_name": "__MSG_extensionShortName__",
    "description": "__MSG_extensionDescription__",
    "author": "Brett Zamir",
    "version": "0.8.0",
    "homepage_url": "https:\/\/github.com\/brettz9\/open-wiki-edit-page\/",
    "permissions": [
        "contextMenus",
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "polyfills\/browser-polyfill.min.js",
            "lib\/background.js"
        ]
    },
    "options_ui": {
        "page": "options\/options.html",
        "browser_style": true,
        "chrome_style": true
    },
    "icons": {
        "128": "icon.png"
    },
    "default_locale": "en",
    "applications": {
        "gecko": {
            "id": "jid0-I2TxZgGZCinjqCrwk4GxEV1zZnk@jetpack"
        }
    }
}