Create Shortcut
Adds 'Create Shortcut' in the context menu.
Qu'est-ce que Create Shortcut ?
Create Shortcut est une extension Chrome développée par Tack'n, et sa fonction principale est "Adds 'Create Shortcut' in the context menu.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Create Shortcut
Téléchargez les fichiers d'extension Create Shortcut au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Create Shortcut |
ID | ehmkjaagddnjkgghllbchghdehmgplpf |
URL Officiel | https://chromewebstore.google.com/detail/create-shortcut/ehmkjaagddnjkgghllbchghdehmgplpf |
Description | Adds 'Create Shortcut' in the context menu. |
Taille du Fichier | 11.45 KB |
Nombre d'Installations | 172 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2020-11-07 |
Date de Publication | 2020-09-24 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Tack'n |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.tackn.jp/post-3874.html |
Langues Prises en Charge | 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" } } } |