SiteNotes

Keep notes in your browser associated with your current URL.

Что такое SiteNotes?

SiteNotes - это расширение Chrome, разработанное aleks.krnjaic, и его основная функция - "Keep notes in your browser associated with your current URL.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения SiteNotes

Скачайте файлы расширений SiteNotes в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Allows you to store URL specific notes in your browser persistently. 

- Visit a website, click the extension icon and write down what you're thinking.
- Click the extension icon next time you visit. All your notes added previously are retrieved.

Please note that all the information stored may be lost when you uninstall your browser. 

Version 1.0:
- Initial release.

Version 1.1:
- Changed key of key-value-pair in local storage to be prefixed with sitenotes-                    

Основная информация о расширении

Название SiteNotes SiteNotes
ID peihjbbmlbgmbacogidipehfilmoiggk
Официальный URL https://chromewebstore.google.com/detail/sitenotes/peihjbbmlbgmbacogidipehfilmoiggk
Описание Keep notes in your browser associated with your current URL.
Размер файла 21.58 KB
Количество установок 19
Текущая Версия 1.1
Последнее Обновление 2016-04-17
Дата публикации 2016-04-17
Рейтинг 5.00/5 Всего 1 оценок
Разработчик aleks.krnjaic
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SiteNotes",
    "description": "Keep notes in your browser associated with your current URL.",
    "version": "1.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}