Gmail Classic Button
Add a button to gmail standard view to switch to basic html view.
Co to jest Gmail Classic Button?
Gmail Classic Button to rozszerzenie Chrome opracowane przez sherro92, a jego główną funkcją jest „Add a button to gmail standard view to switch to basic html view.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Gmail Classic Button
Pobierz pliki rozszerzeń Gmail Classic Button 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
Add a link to gmail in the top right corner which takes you to the classic HTML version of gmail. Use when gmail loads but doesn't respond or otherwise doesn't work reliably in standard view some of the time, but you don't want to make the basic view the default.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | npgkldbmkgmjcegpcejmbaeoejppbedm |
Oficjalny URL | https://chrome.google.com/webstore/detail/gmail-classic-button/npgkldbmkgmjcegpcejmbaeoejppbedm |
Opis | Add a button to gmail standard view to switch to basic html view. |
Rozmiar pliku | 96.67 KB |
Liczba instalacji | 339 |
Aktualna Wersja | 0.10 |
Ostatnia Aktualizacja | 2014-10-15 |
Data Publikacji | 2014-10-15 |
Ocena | 3.00/5 Łącznie 2 Oceny |
Deweloper | sherro92 |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gmail Classic Button", "short_name": "gmailclassicbtn", "version": "0.10", "description": "Add a button to gmail standard view to switch to basic html view.", "background": { "scripts": [ "jquery.min.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "gmailswitcher.js" ] } ], "icons": { "32": "icon32.png" } } |