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. 擴展基本資訊
| 名稱 | |
| ID | ehmkjaagddnjkgghllbchghdehmgplpf |
| 官方網址 | 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"
}
}
} | |