remindMe later

Remind me about this article when it is relevant

remindMe laterคืออะไร?

remindMe later เป็นส่วนขยายของ Chrome ที่พัฒนาโดย planben และคุณลักษณะหลักของมันคือ "Remind me about this article when it is relevant"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย remindMe later

ดาวน์โหลดไฟล์ส่วนขยาย remindMe later ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Remind me about this article when it is relevant.
remindMe offers a simple interface to remindYou about the current article / url / youtube video you are viewing.
You can choose any remind option you like (in one hour, tomorrow, someday,etc...).
remindMe knows when the article contains a timestamp and it will remind you on the specific time mentioned.
The reminder is using google calendar in order to create notifications.
I Hope you will find this useful and enjoy it!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ remindMe later remindMe later
ID nmaminhfnpbhhanhkkjggigepepffljb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/remindme-later/nmaminhfnpbhhanhkkjggigepepffljb
คำอธิบาย Remind me about this article when it is relevant
ขนาดไฟล์ 1.4 MB
จำนวนการติดตั้ง 90
เวอร์ชันปัจจุบัน 1.1.1.9
อัปเดตครั้งล่าสุด 2015-11-08
วันที่เผยแพร่ 2015-11-08
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา planben
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "remindMe later",
    "short_name": "remindMe",
    "version": "1.1.1.9",
    "description": "Remind me about this article when it is relevant",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjBL4fJSj+Ul0VyFHYgKzSrciVqSiWXiRTqwB2XQQ+FsB1gaVyeQ10FngH+GqHIFPfQ8ClFJn67a6HpTZchzDG1wR5NZrPruBdzDcpCrzMteoA2jzpS5OL14xwZzAOSl4pXn5lbpmt415FJm7+bmEPnrvDXDv4eW60TVsFPdOt2SDSRp\/U7qjWU6c2oM+3ncozeXZSFURGh1G9bgaI7vG8U242+iFKx\/JBl0zQexv+uFsxwEX5Mkew4WE3T+EdQi3UDe8RVTUY0ViKV7n0WNywii7od+Qh56XwGgqYyWw52JjJGdXZGXtJn2K\/lveWXXhwBXf0NZ3DGHcmey6X73dqwIDAQAB",
    "permissions": [
        "contextMenus",
        "identity",
        "tabs",
        "notifications",
        "storage",
        "http:\/\/*.google.com\/",
        "https:\/\/*.google.com\/"
    ],
    "browser_action": {
        "default_icon": {
            "19": "remindme19.png",
            "38": "remindme38.png"
        },
        "default_title": "remindMe",
        "default_popup": "options.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; https:\/\/apis.google.com; object-src 'self'",
    "background": {
        "scripts": [
            "remindme.js"
        ]
    },
    "web_accessible_resources": [
        "remindme19.png",
        "remindme38.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "mouse.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "manifest_version": 2,
    "oauth2": {
        "client_id": "801403773983-rivus744htocnqa692he755k8nh7ksmt.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/calendar"
        ]
    }
}