Site Reminder

Add custom reminders at the top of any page or site, like "don't forget this is the company's Twitter account."

Site Reminderคืออะไร?

Site Reminder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Boutell.Com, Inc. และคุณลักษณะหลักของมันคือ "Add custom reminders at the top of any page or site, like "don't forget this is the company's Twitter account.""

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

screenshot

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

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

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

                        Ever have trouble remembering not to tweet personal stuff from the company account? I do that all the time. It's an easy problem to solve. Just click Site Reminder to set up personal reminders for websites and individual pages.                    

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

ชื่อ Site Reminder Site Reminder
ID fldphedalmbldmnahnoijjlkdhgmkgan
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/site-reminder/fldphedalmbldmnahnoijjlkdhgmkgan
คำอธิบาย Add custom reminders at the top of any page or site, like "don't forget this is the company's Twitter account."
ขนาดไฟล์ 12.49 KB
จำนวนการติดตั้ง 478
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2013-09-30
วันที่เผยแพร่ 2013-09-29
คะแนน 4.43/5 รวมทั้งหมด 21 คะแนน
ผู้พัฒนา Boutell.Com, Inc.
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Site Reminder",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "Add custom reminders at the top of any page or site, like \"don't forget this is the company's Twitter account.\"",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "icons": [
            "icon.png",
            "large-icon.png"
        ],
        "default_popup": "backendController.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "warning.html"
    ]
}