Single Click for for Google™ Apps
Allow users to select apps from App Launcher that will give single-click access
Single Click for for Google™ Appsคืออะไร?
Single Click for for Google™ Apps เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.ronchalant.com และคุณลักษณะหลักของมันคือ "Allow users to select apps from App Launcher that will give single-click access"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Single Click for for Google™ Apps
ดาวน์โหลดไฟล์ส่วนขยาย Single Click for for Google™ Apps ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Restores one-click options for users based on app-launcher entries. The applications listed in the App Launcher within compatible google pages will now have checkboxes to toggle one-click access to these sites. This beta extension only works for users who have Google Plus. A release is forthcoming to support users w/o Google Plus.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mgobllckpakpkklabajnipmeedenicfk |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/single-click-for-for-goog/mgobllckpakpkklabajnipmeedenicfk |
คำอธิบาย | Allow users to select apps from App Launcher that will give single-click access |
ขนาดไฟล์ | 260 KB |
จำนวนการติดตั้ง | 235 |
เวอร์ชันปัจจุบัน | 0.6 |
อัปเดตครั้งล่าสุด | 2013-10-28 |
วันที่เผยแพร่ | 2013-10-28 |
คะแนน | 4.86/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | http://www.ronchalant.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": [ { "email": "[email protected]", "name": "Ron Rudy" } ], "name": "Single Click for for Google\u2122 Apps", "description": "Allow users to select apps from App Launcher that will give single-click access", "version": "0.6", "icons": { "48": "images\/sandbar-icon-48.png", "128": "images\/sandbar-icon-128.png" }, "permissions": [ "storage", "https:\/\/mail.google.com\/*", "https:\/\/www.google.com\/*" ], "content_scripts": [ { "css": [], "js": [ "src\/jquery.js", "app\/restore.js" ], "matches": [ "http:\/\/mail.google.com\/*", "https:\/\/mail.google.com\/*", "https:\/\/www.google.com\/*" ] } ], "web_accessible_resources": [ "src\/jquery.min.map" ] } |