Create Shortcut
Adds 'Create Shortcut' in the context menu.
Cos'è Create Shortcut?
Create Shortcut è un'estensione di Chrome sviluppata da Tack'n, e la sua funzione principale è "Adds 'Create Shortcut' in the context menu.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Create Shortcut
Scarica i file di estensione Create Shortcut in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Create Shortcut |
ID | ehmkjaagddnjkgghllbchghdehmgplpf |
URL Ufficiale | https://chromewebstore.google.com/detail/create-shortcut/ehmkjaagddnjkgghllbchghdehmgplpf |
Descrizione | Adds 'Create Shortcut' in the context menu. |
Dimensione del File | 11.45 KB |
Conteggio Installazioni | 172 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2020-11-07 |
Data di Pubblicazione | 2020-09-24 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Tack'n |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.tackn.jp/post-3874.html |
Lingue Supportate | 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" } } } |