Create Shortcut
Adds 'Create Shortcut' in the context menu.
O que é Create Shortcut?
Create Shortcut é uma extensão do Chrome desenvolvida por Tack'n, e sua principal característica é "Adds 'Create Shortcut' in the context menu.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Create Shortcut
Baixe arquivos de extensão Create Shortcut no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Create Shortcut |
ID | ehmkjaagddnjkgghllbchghdehmgplpf |
URL Oficial | https://chromewebstore.google.com/detail/create-shortcut/ehmkjaagddnjkgghllbchghdehmgplpf |
Descrição | Adds 'Create Shortcut' in the context menu. |
Tamanho do Arquivo | 11.45 KB |
Contagem de Instalações | 172 |
Versão Atual | 1.0.1 |
Última Atualização | 2020-11-07 |
Data de Publicação | 2020-09-24 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Tack'n |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.tackn.jp/post-3874.html |
Idiomas Suportados | 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" } } } |