Single Click for for Google™ Apps
Allow users to select apps from App Launcher that will give single-click access
Co to jest Single Click for for Google™ Apps?
Single Click for for Google™ Apps to rozszerzenie Chrome opracowane przez http://www.ronchalant.com, a jego główną funkcją jest „Allow users to select apps from App Launcher that will give single-click access”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Single Click for for Google™ Apps
Pobierz pliki rozszerzeń Single Click for for Google™ Apps w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | mgobllckpakpkklabajnipmeedenicfk |
Oficjalny URL | https://chrome.google.com/webstore/detail/single-click-for-for-goog/mgobllckpakpkklabajnipmeedenicfk |
Opis | Allow users to select apps from App Launcher that will give single-click access |
Rozmiar pliku | 260 KB |
Liczba instalacji | 235 |
Aktualna Wersja | 0.6 |
Ostatnia Aktualizacja | 2013-10-28 |
Data Publikacji | 2013-10-28 |
Ocena | 4.86/5 Łącznie 7 Oceny |
Deweloper | http://www.ronchalant.com |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |