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 là gì?
Single Click for for Google™ Apps là một tiện ích mở rộng Chrome được phát triển bởi http://www.ronchalant.com, và tính năng chính của nó là "Allow users to select apps from App Launcher that will give single-click access".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Single Click for for Google™ Apps
Tải xuống các tệp mở rộng Single Click for for Google™ Apps dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mgobllckpakpkklabajnipmeedenicfk |
URL Chính Thức | https://chrome.google.com/webstore/detail/single-click-for-for-goog/mgobllckpakpkklabajnipmeedenicfk |
Mô tả | Allow users to select apps from App Launcher that will give single-click access |
Kích Thước Tệp | 260 KB |
Số Lần Cài Đặt | 235 |
Phiên Bản Hiện Tại | 0.6 |
Cập Nhật Lần Cuối | 2013-10-28 |
Ngày Phát Hành | 2013-10-28 |
Đánh Giá | 4.86/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | http://www.ronchalant.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |