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”。

扩展截图

screenshot

下载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.                    

扩展基本信息

名称 Puts Inbox Reminder on Top Puts Inbox Reminder on Top
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
}