Create Shortcut
Adds 'Create Shortcut' in the context menu.
Create Shortcutとは何ですか?
Create ShortcutはTack'nによって開発されたChromeの拡張機能で、その主な機能は「Adds 'Create Shortcut' in the context menu.」です。
拡張機能のスクリーンショット
Create Shortcut拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" } } } |