Quick Shortcuts
Since Chrome do not provide an easy way to find everything, this toolbar button lets you find it faster.
Quick Shortcutsคืออะไร?
Quick Shortcuts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.esolutions.se และคุณลักษณะหลักของมันคือ "Since Chrome do not provide an easy way to find everything, this toolbar button lets you find it faster."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quick Shortcuts
ดาวน์โหลดไฟล์ส่วนขยาย Quick Shortcuts ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension adds a new toolbar button with shortcuts to: * New tab * Print page with backgrounds * Extension * Downloads * Bookmark manager * View Page Source * Settings * History * Cookies * Clear browsing data * Plug-ins (Flash, Adobe Acrobat, Windows Media Player etc.) * Loaded modules * Memory usage * Exprerimental features * Chrome Urls (All Chrome pages) Since Chrome do not provide an easy way to find everything, this toolbar button lets you find it faster. It is also easier with icons to quickly find what you are looking for. This Extension also allows you to print the currently displayed Web Page with background colors and background images
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Quick Shortcuts |
ID | lcfenihjmbehinmnfmaalmimpednkmnl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/quick-shortcuts/lcfenihjmbehinmnfmaalmimpednkmnl |
คำอธิบาย | Since Chrome do not provide an easy way to find everything, this toolbar button lets you find it faster. |
ขนาดไฟล์ | 25.69 KB |
จำนวนการติดตั้ง | 847 |
เวอร์ชันปัจจุบัน | 1.0.6 |
อัปเดตครั้งล่าสุด | 2017-10-15 |
วันที่เผยแพร่ | 2017-10-15 |
คะแนน | 4.55/5 รวมทั้งหมด 20 คะแนน |
ผู้พัฒนา | https://www.esolutions.se |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.esolutions.se |
URL หน้านโยบายความเป็นส่วนตัว | https://www.esolutions.se/PrivacyPolicy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": { "19": "img\/icon19.png", "38": "img\/icon48.png" }, "default_popup": "popup.html", "default_title": "Quick Shortcuts" }, "offline_enabled": true, "description": "Since Chrome do not provide an easy way to find everything, this toolbar button lets you find it faster.", "icons": { "128": "img\/icon128.png", "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png" }, "manifest_version": 2, "name": "Quick Shortcuts", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "1.0.6" } |