Puts Inbox Reminder on Top
I say, it puts Inbox reminder on top
Co je Puts Inbox Reminder on Top?
Puts Inbox Reminder on Top je rozšíření Chrome vyvinuté ATG, a jeho hlavní funkcí je „I say, it puts Inbox reminder on top“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Puts Inbox Reminder on Top
Stáhněte si soubory rozšíření Puts Inbox Reminder on Top ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | cmpmpgdmbajbcpclambbkfhkgdnifbpf |
Oficiální URL | https://chrome.google.com/webstore/detail/puts-inbox-reminder-on-to/cmpmpgdmbajbcpclambbkfhkgdnifbpf |
Popis | I say, it puts Inbox reminder on top |
Velikost souboru | 86.04 KB |
Počet instalací | 23 |
Aktuální Verze | 1.13 |
Poslední Aktualizace | 2015-08-31 |
Datum Vydání | 2015-08-31 |
Hodnocení | 2.00/5 Celkem 4 Hodnocení |
Vývojář | ATG |
Typ Platby | free |
Podporované Jazyky | 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 } |