View link source
Adds 'View link source' to the context menu.
Apa itu View link source?
View link source adalah ekstensi Chrome yang dikembangkan oleh OrcaSoft, dan fitur utamanya adalah "Adds 'View link source' to the context menu.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi View link source
Unduh file ekstensi View link source 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 'View link source' to the context menu.
Informasi Dasar Ekstensi
Nama | View link source |
ID | kmpjbdkdnehfenbgchigbbmnahcfeidc |
URL Resmi | https://chromewebstore.google.com/detail/view-link-source/kmpjbdkdnehfenbgchigbbmnahcfeidc |
Deskripsi | Adds 'View link source' to the context menu. |
Ukuran File | 24.95 KB |
Jumlah Instalasi | 207 |
Versi Saat Ini | 1.0.3 |
Terakhir Diperbarui | 2024-01-02 |
Tanggal Publikasi | 2019-01-12 |
Penilaian | 4.11/5 Total 9 Penilaian |
Pengembang | OrcaSoft |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://orca-soft.net/chrome/pd/html/privacy_policy.html |
Bahasa yang Didukung | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "View link source", "version": "1.0.3", "manifest_version": 3, "description": "__MSG_extDescription__", "action": { "default_popup": "popup.html", "default_icon": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" } }, "background": { "service_worker": "context.js" }, "permissions": [ "contextMenus", "activeTab" ], "default_locale": "en", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" } } |