Unpin

Pinboard.in Unread Checker

Что такое Unpin?

Unpin - это расширение Chrome, разработанное http://www.azulneon.com, и его основная функция - "Pinboard.in Unread Checker".

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

screenshot
screenshot

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

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

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

                        Unpin is an easy way to access your unread items in Pinboard.in.

We will support marking items as read as soon as it is supported by the API.

Changes in version 1.0.5.6
- Stopped using user/password for authentication in favor of the new API token.

Changes in version 1.0.5.5

- Improved error handling.

Changes in version 1.0.5.4

- Several bugs fixed

Changes in version 1.0.5.3

- Faster display of the popup menu. All items are already
  cached when the extension is loaded. 

Changes in version 1.0.5.2

- Updated manifest version format

Changes in version 1.0.5

- Added unread count indicator


Changes in version 1.0.4

- Links open in background tabs so that several pages can be open in a fast way.
- Apply Readability when opening a link
- As the Readability bookmarlet is executed as a content script in the linked page the extension now has to ask for extra permissions.                    

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

Название Unpin Unpin
ID glpieeieaeenghbdbmagbmhlilpocgic
Официальный URL https://chrome.google.com/webstore/detail/unpin/glpieeieaeenghbdbmagbmhlilpocgic
Описание Pinboard.in Unread Checker
Размер файла 57.6 KB
Количество установок 15
Текущая Версия 1.0.5.6
Последнее Обновление 2014-12-20
Дата публикации 2014-12-20
Рейтинг 4.33/5 Всего 6 оценок
Разработчик http://www.azulneon.com
Тип оплаты free
Официальный сайт расширения http://azulneon.com
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unpin",
    "version": "1.0.5.6",
    "description": "Pinboard.in Unread Checker",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "\/images\/icon.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "tabs",
        "*:\/\/*\/*"
    ]
}