Puts Inbox Reminder on Top
I say, it puts Inbox reminder on top
Co to jest Puts Inbox Reminder on Top?
Puts Inbox Reminder on Top to rozszerzenie Chrome opracowane przez ATG, a jego główną funkcją jest „I say, it puts Inbox reminder on top”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Puts Inbox Reminder on Top
Pobierz pliki rozszerzeń Puts Inbox Reminder on Top 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
Reminders. What are they for? We've forgotten, because we can't find the reminder. Why is hiding down there, Google? Why? Reminders should be on the top! So we put them there. ATG - Fixing Google. Again.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | cmpmpgdmbajbcpclambbkfhkgdnifbpf |
Oficjalny URL | https://chrome.google.com/webstore/detail/puts-inbox-reminder-on-to/cmpmpgdmbajbcpclambbkfhkgdnifbpf |
Opis | I say, it puts Inbox reminder on top |
Rozmiar pliku | 86.04 KB |
Liczba instalacji | 23 |
Aktualna Wersja | 1.13 |
Ostatnia Aktualizacja | 2015-08-31 |
Data Publikacji | 2015-08-31 |
Ocena | 2.00/5 Łącznie 4 Oceny |
Deweloper | ATG |
Typ Płatności | free |
Obsługiwane Języki | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Puts Inbox Reminder on Top", "description": "I say, it puts Inbox reminder on top", "version": "1.13", "page_action": { "default_title": "Change Order", "default_icon": "icon.png" }, "icons": { "128": "on-top-icon.png" }, "content_scripts": [ { "js": [ "jquery.js", "background.js" ], "matches": [ "https:\/\/inbox.google.com\/*" ], "run_at": "document_end", "all_frames": true } ], "manifest_version": 2 } |