Open Wiki Edit Page
Context menu to translate Mediawiki-style links (as at Wikipedia) into corresponding edit links. Also open ISBN links into Amazon.
Apa itu Open Wiki Edit Page?
Open Wiki Edit Page adalah ekstensi Chrome yang dikembangkan oleh brettz9, dan fitur utamanya adalah "Context menu to translate Mediawiki-style links (as at Wikipedia) into corresponding edit links. Also open ISBN links into Amazon.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Open Wiki Edit Page
Unduh file ekstensi Open Wiki Edit Page dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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).
Informasi Dasar Ekstensi
Nama | |
ID | bgkapcgalpheigeojpgjgomopmmdpgaj |
URL Resmi | https://chrome.google.com/webstore/detail/open-wiki-edit-page/bgkapcgalpheigeojpgjgomopmmdpgaj |
Deskripsi | Context menu to translate Mediawiki-style links (as at Wikipedia) into corresponding edit links. Also open ISBN links into Amazon. |
Ukuran File | 29.38 KB |
Jumlah Instalasi | 34 |
Versi Saat Ini | 0.8.0 |
Terakhir Diperbarui | 2021-12-15 |
Tanggal Publikasi | 2019-11-04 |
Pengembang | brettz9 |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/brettz9/open-wiki-edit-page/ |
URL Halaman Bantuan | https://github.com/brettz9/open-wiki-edit-page/issues/ |
Bahasa yang Didukung | 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", " |