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是由http://www.ronchalant.com开发的Chrome扩展程序,该扩展的主要功能是“Allow users to select apps from App Launcher that will give single-click access”。
扩展截图
下载Single Click for for Google™ Apps扩展crx文件
下载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" ] } |