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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}