shortcut
shortcut to most popular sites
shortcutคืออะไร?
shortcut เป็นส่วนขยายของ Chrome ที่พัฒนาโดย eranziman และคุณลักษณะหลักของมันคือ "shortcut to most popular sites"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย shortcut
ดาวน์โหลดไฟล์ส่วนขยาย shortcut ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Aren't you just tired of typing over and over again the same web site addresses: "https://www.google.co.il/", "https://www.facebook.com"/ect... Here you have all these links in one convenient small pop-up.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | pneeikgjlojkbjpkennpifdhljeniopj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/shortcut/pneeikgjlojkbjpkennpifdhljeniopj |
คำอธิบาย | shortcut to most popular sites |
ขนาดไฟล์ | 58.95 KB |
จำนวนการติดตั้ง | 277 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2014-02-27 |
วันที่เผยแพร่ | 2014-02-27 |
คะแนน | 4.57/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | eranziman |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "shortcut", "description": "shortcut to most popular sites", "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon16.png", "default_popup": "browser_action.html" }, "permissions": [ "tabs" ], "commands": { "toggle-feature": { "suggested_key": { "default": "Ctrl+Shift+Y" }, "description": "Send a 'toggle-feature' event to the extension" }, "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+N", "mac": "MacCtrl+Shift+N" } } } } |