Create Shortcut
Adds 'Create Shortcut' in the context menu.
Что такое Create Shortcut?
Create Shortcut - это расширение Chrome, разработанное Tack'n, и его основная функция - "Adds 'Create Shortcut' in the context menu.".
Снимки экрана расширения
Скачать файл CRX расширения Create Shortcut
Скачайте файлы расширений Create Shortcut в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Create Shortcut |
ID | ehmkjaagddnjkgghllbchghdehmgplpf |
Официальный URL | https://chromewebstore.google.com/detail/create-shortcut/ehmkjaagddnjkgghllbchghdehmgplpf |
Описание | Adds 'Create Shortcut' in the context menu. |
Размер файла | 11.45 KB |
Количество установок | 172 |
Текущая Версия | 1.0.1 |
Последнее Обновление | 2020-11-07 |
Дата публикации | 2020-09-24 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | Tack'n |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://www.tackn.jp/post-3874.html |
Поддерживаемые языки | 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" } } } |