Open Wiki Edit Page
Context menu to translate Mediawiki-style links (as at Wikipedia) into corresponding edit links. Also open ISBN links into Amazon.
Co to jest Open Wiki Edit Page?
Open Wiki Edit Page to rozszerzenie Chrome opracowane przez brettz9, a jego główną funkcją jest „Context menu to translate Mediawiki-style links (as at Wikipedia) into corresponding edit links. Also open ISBN links into Amazon.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Open Wiki Edit Page
Pobierz pliki rozszerzeń Open Wiki Edit Page w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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).
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | bgkapcgalpheigeojpgjgomopmmdpgaj |
Oficjalny URL | https://chrome.google.com/webstore/detail/open-wiki-edit-page/bgkapcgalpheigeojpgjgomopmmdpgaj |
Opis | Context menu to translate Mediawiki-style links (as at Wikipedia) into corresponding edit links. Also open ISBN links into Amazon. |
Rozmiar pliku | 29.38 KB |
Liczba instalacji | 34 |
Aktualna Wersja | 0.8.0 |
Ostatnia Aktualizacja | 2021-12-15 |
Data Publikacji | 2019-11-04 |
Deweloper | brettz9 |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/brettz9/open-wiki-edit-page/ |
Adres URL Strony Pomocy | https://github.com/brettz9/open-wiki-edit-page/issues/ |
Obsługiwane Języki | 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", " |