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 |
官方網址 | 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" ] } |