Create Shortcut
Adds 'Create Shortcut' in the context menu.
Co to jest Create Shortcut?
Create Shortcut to rozszerzenie Chrome opracowane przez Tack'n, a jego główną funkcją jest „Adds 'Create Shortcut' in the context menu.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Create Shortcut
Pobierz pliki rozszerzeń Create Shortcut w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Create Shortcut |
ID | ehmkjaagddnjkgghllbchghdehmgplpf |
Oficjalny URL | https://chromewebstore.google.com/detail/create-shortcut/ehmkjaagddnjkgghllbchghdehmgplpf |
Opis | Adds 'Create Shortcut' in the context menu. |
Rozmiar pliku | 11.45 KB |
Liczba instalacji | 172 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2020-11-07 |
Data Publikacji | 2020-09-24 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | Tack'n |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.tackn.jp/post-3874.html |
Obsługiwane Języki | 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" } } } |