"This Frame" Context Menu
Adds a context menu to frames that allows opening them in a new tab, a new window, etc.
Apa itu "This Frame" Context Menu?
"This Frame" Context Menu adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Adds a context menu to frames that allows opening them in a new tab, a new window, etc.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi "This Frame" Context Menu
Unduh file ekstensi "This Frame" Context Menu 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
Adds a "This Frame" Context Menu. This was originally published at ttps://chrome.google.com/webstore/detail/ckegihlfolljbjmbaidfnnjjhondlpho but seems to have vanished. This has been updated for manifest_version 2.
Informasi Dasar Ekstensi
Nama | "This Frame" Context Menu |
ID | jceidnndfhmigdokmmehmfpibjjkmola |
URL Resmi | https://chromewebstore.google.com/detail/this-frame-context-menu/jceidnndfhmigdokmmehmfpibjjkmola |
Deskripsi | Adds a context menu to frames that allows opening them in a new tab, a new window, etc. |
Ukuran File | 4.89 KB |
Jumlah Instalasi | 532 |
Versi Saat Ini | 0.4 |
Terakhir Diperbarui | 2018-10-22 |
Tanggal Publikasi | 2018-10-22 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ], "persistent": true }, "description": "Adds a context menu to frames that allows opening them in a new tab, a new window, etc.", "icons": { "16": "icon16.png" }, "name": "\"This Frame\" Context Menu", "permissions": [ "tabs", "contextMenus" ], "version": "0.4", "manifest_version": 2 } |