Oh Remind Me!

A simple tool that makes your new tab page show your customized messages.

Oh Remind Me!คืออะไร?

Oh Remind Me! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mmmavis และคุณลักษณะหลักของมันคือ "A simple tool that makes your new tab page show your customized messages."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Oh Remind Me!

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

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

                        ◼ A simple tool that makes your new tab page show your customized messages.

◼ Designed to show short messages in big font.

◼ Serves as a good personal reminder tool.

◼◼◼ Note ◼◼◼
Initial version.  New features on the way!  Feedback and suggestions are welcome.  =)


★ My other Chrome extension ★
Oh My Tabs!
https://chrome.google.com/webstore/detail/oh-my-tabs/pafbcbpkhdaannjjnemdlohnoaecbohb                    

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

ชื่อ Oh Remind Me! Oh Remind Me!
ID ipbipflodnkaldhkkibbbkcfnhmpkneg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/oh-remind-me/ipbipflodnkaldhkkibbbkcfnhmpkneg
คำอธิบาย A simple tool that makes your new tab page show your customized messages.
ขนาดไฟล์ 1.09 MB
จำนวนการติดตั้ง 36
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2013-03-28
วันที่เผยแพร่ 2013-03-27
คะแนน 2.75/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา mmmavis
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Oh Remind Me!",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "A simple tool that makes your new tab page show your customized messages.",
    "icons": {
        "16": "images\/icon(16by16).png",
        "48": "images\/icon(48by48).png",
        "128": "images\/icon(128by128).png"
    },
    "browser_action": {
        "default_icon": "images\/icon(128by128).png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "remindMe.html"
    }
}