Open Wiki Edit Page
Context menu to translate Mediawiki-style links (as at Wikipedia) into corresponding edit links. Also open ISBN links into Amazon.
¿Qué es Open Wiki Edit Page?
Open Wiki Edit Page es una extensión de Chrome desarrollada por brettz9, y su función principal es "Context menu to translate Mediawiki-style links (as at Wikipedia) into corresponding edit links. Also open ISBN links into Amazon.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Open Wiki Edit Page
Descarga archivos de extensión Open Wiki Edit Page en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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).
Información Básica de la Extensión
Nombre | |
ID | bgkapcgalpheigeojpgjgomopmmdpgaj |
URL Oficial | https://chrome.google.com/webstore/detail/open-wiki-edit-page/bgkapcgalpheigeojpgjgomopmmdpgaj |
Descripción | Context menu to translate Mediawiki-style links (as at Wikipedia) into corresponding edit links. Also open ISBN links into Amazon. |
Tamaño del Archivo | 29.38 KB |
Cantidad de Instalaciones | 34 |
Versión Actual | 0.8.0 |
Última Actualización | 2021-12-15 |
Fecha de Publicación | 2019-11-04 |
Desarrollador | brettz9 |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/brettz9/open-wiki-edit-page/ |
URL de la Página de Ayuda | https://github.com/brettz9/open-wiki-edit-page/issues/ |
Idiomas Soportados | 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", " |