Open link in this tab
Some links only open in new tabs when you click them, this extension adds an option to open the link in the current tab.
Apa itu Open link in this tab?
Open link in this tab adalah ekstensi Chrome yang dikembangkan oleh https://wis.am, dan fitur utamanya adalah "Some links only open in new tabs when you click them, this extension adds an option to open the link in the current tab.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Open link in this tab
Unduh file ekstensi Open link in this tab 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
Some links only open in new tabs when you click them, this extension adds an option in the context menu for a right click on a link for opening the link in the current tab.
Informasi Dasar Ekstensi
Nama | Open link in this tab |
ID | mgekbifamjphaakikmkphlpnlodeacnp |
URL Resmi | https://chromewebstore.google.com/detail/open-link-in-this-tab/mgekbifamjphaakikmkphlpnlodeacnp |
Deskripsi | Some links only open in new tabs when you click them, this extension adds an option to open the link in the current tab. |
Ukuran File | 11.94 KB |
Jumlah Instalasi | 83 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2021-08-24 |
Tanggal Publikasi | 2021-08-24 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://wis.am |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://wis.am/browser-extensions/open-link-in-this-tab |
URL Halaman Bantuan | https://wis.am/browser-extensions/open-link-in-this-tab |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open link in this tab", "author": "Wis [email protected]", "homepage_url": "https:\/\/wis.am\/browser-extensions\/open-link-in-this-tab", "description": "Some links only open in new tabs when you click them, this extension adds an option to open the link in the current tab.", "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "permissions": [ "contextMenus" ], "icons": { "16": "icons\/link16x16.png", "32": "icons\/link32x32.png", "48": "icons\/link48x48.png", "128": "icons\/link128x128.png" } } |