Oh Remind Me!

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

什麼是Oh Remind Me!?

Oh Remind Me!是由mmmavis開發的Chrome擴展程式,該擴展的主要功能是“A simple tool that makes your new tab page show your customized messages.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Oh Remind Me!擴展crx文件

下載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
官方網址 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"
    }
}