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是由Boutell.Com, Inc.開發的Chrome擴展程式,該擴展的主要功能是“Add custom reminders at the top of any page or site, like "don't forget this is the company's Twitter account."”。

擴展截圖

screenshot

下載Site Reminder擴展crx文件

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