Puts Inbox Reminder on Top
I say, it puts Inbox reminder on top
什麼是Puts Inbox Reminder on Top?
Puts Inbox Reminder on Top是由ATG開發的Chrome擴展程式,該擴展的主要功能是“I say, it puts Inbox reminder on top”。
擴展截圖
下載Puts Inbox Reminder on Top擴展crx文件
下載Puts Inbox Reminder on Top擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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 } |