Create Shortcut
Adds 'Create Shortcut' in the context menu.
Apa itu Create Shortcut?
Create Shortcut adalah ekstensi Chrome yang dikembangkan oleh Tack'n, dan fitur utamanya adalah "Adds 'Create Shortcut' in the context menu.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Create Shortcut
Unduh file ekstensi Create Shortcut 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
When the menu is selected, this extension creates an internet shortcut file (.html) to the current webpage. The shortcut files are saved in your download folder.
Informasi Dasar Ekstensi
Nama | Create Shortcut |
ID | ehmkjaagddnjkgghllbchghdehmgplpf |
URL Resmi | https://chromewebstore.google.com/detail/create-shortcut/ehmkjaagddnjkgghllbchghdehmgplpf |
Deskripsi | Adds 'Create Shortcut' in the context menu. |
Ukuran File | 11.45 KB |
Jumlah Instalasi | 172 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2020-11-07 |
Tanggal Publikasi | 2020-09-24 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Tack'n |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.tackn.jp/post-3874.html |
Bahasa yang Didukung | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "name": "Create Shortcut", "version": "1.0.1", "description": "__MSG_extDescription__", "background": { "scripts": [ "src\/extension.js" ], "persistent": true }, "permissions": [ "contextMenus" ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_icon": { "48": "icons\/48.png" } } } |