Create Shortcut
Adds 'Create Shortcut' in the context menu.
What is Create Shortcut?
Create Shortcut is a Chrome extension developed by Tack'n, and its main feature is "Adds 'Create Shortcut' in the context menu.".
Extension Screenshots
Download Create Shortcut Extension CRX File
Download Create Shortcut extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Create Shortcut |
ID | ehmkjaagddnjkgghllbchghdehmgplpf |
Official URL | https://chromewebstore.google.com/detail/create-shortcut/ehmkjaagddnjkgghllbchghdehmgplpf |
Description | Adds 'Create Shortcut' in the context menu. |
File Size | 11.45 KB |
Installation Count | 172 |
Current Version | 1.0.1 |
Last Updated | 2020-11-07 |
Publish Date | 2020-09-24 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Tack'n |
[email protected] | |
Payment Type | free |
Extension Website | https://www.tackn.jp/post-3874.html |
Supported Languages | 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" } } } |