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" } } } |