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