Puts Inbox Reminder on Top
I say, it puts Inbox reminder on top
Puts Inbox Reminder on Top क्या है?
Puts Inbox Reminder on Top ATG द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "I say, it puts Inbox reminder on top"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Puts Inbox Reminder on Top एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | cmpmpgdmbajbcpclambbkfhkgdnifbpf |
आधिकारिक URL | https://chrome.google.com/webstore/detail/puts-inbox-reminder-on-to/cmpmpgdmbajbcpclambbkfhkgdnifbpf |
विवरण | I say, it puts Inbox reminder on top |
फ़ाइल का आकार | 86.04 KB |
स्थापना संख्या | 23 |
वर्तमान संस्करण | 1.13 |
अंतिम अपडेट | 2015-08-31 |
प्रकाशन तिथि | 2015-08-31 |
रेटिंग | 2.00/5 कुल 4 रेटिंग्स |
डेवलपर | ATG |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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 } |