Puts Inbox Reminder on Top
I say, it puts Inbox reminder on top
Wat is Puts Inbox Reminder on Top?
Puts Inbox Reminder on Top is een Chrome-extensie ontwikkeld door ATG, en de belangrijkste functie is "I say, it puts Inbox reminder on top".
Extensie Screenshots
Download het CRX-bestand van de extensie Puts Inbox Reminder on Top
Download Puts Inbox Reminder on Top-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | cmpmpgdmbajbcpclambbkfhkgdnifbpf |
Officiële URL | https://chrome.google.com/webstore/detail/puts-inbox-reminder-on-to/cmpmpgdmbajbcpclambbkfhkgdnifbpf |
Beschrijving | I say, it puts Inbox reminder on top |
Bestandsgrootte | 86.04 KB |
Aantal Installaties | 23 |
Huidige Versie | 1.13 |
Laatst Bijgewerkt | 2015-08-31 |
Publicatiedatum | 2015-08-31 |
Beoordeling | 2.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | ATG |
Betalingswijze | free |
Ondersteunde Talen | 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 } |