Open Wiki Edit Page

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

O que é Open Wiki Edit Page?

Open Wiki Edit Page é uma extensão do Chrome desenvolvida por brettz9, e sua principal característica é "Context menu to translate Mediawiki-style links (as at Wikipedia) into corresponding edit links. Also open ISBN links into Amazon.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Open Wiki Edit Page

Baixe arquivos de extensão Open Wiki Edit Page no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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).                    

Informações Básicas da Extensão

Nome Open Wiki Edit Page Open Wiki Edit Page
ID bgkapcgalpheigeojpgjgomopmmdpgaj
URL Oficial https://chrome.google.com/webstore/detail/open-wiki-edit-page/bgkapcgalpheigeojpgjgomopmmdpgaj
Descrição Context menu to translate Mediawiki-style links (as at Wikipedia) into corresponding edit links. Also open ISBN links into Amazon.
Tamanho do Arquivo 29.38 KB
Contagem de Instalações 34
Versão Atual 0.8.0
Última Atualização 2021-12-15
Data de Publicação 2019-11-04
Desenvolvedor brettz9
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/brettz9/open-wiki-edit-page/
URL da Página de Ajuda https://github.com/brettz9/open-wiki-edit-page/issues/
Idiomas Suportados 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"
        }
    }
}