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
}