Pin It!

Save links to read later across any chrome.

Что такое Pin It!?

Pin It! - это расширение Chrome, разработанное blackchilled, и его основная функция - "Save links to read later across any chrome.".

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

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

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

                        A super easy way to Pin your links so that you can read later on. Instead of trying to search your history later on, just Pin it and you can come back later and read that link. Perfect for those Wikipedia/Quora/Reddit browsing.

Created by BC                    

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

Название Pin It! Pin It!
ID lelclmmddkdnopplahfbddmjeiocfcld
Официальный URL https://chrome.google.com/webstore/detail/pin-it/lelclmmddkdnopplahfbddmjeiocfcld
Описание Save links to read later across any chrome.
Размер файла 48.21 KB
Количество установок 11
Текущая Версия 0.0.1
Последнее Обновление 2015-01-07
Дата публикации 2015-01-07
Разработчик blackchilled
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pin It!",
    "manifest_version": 2,
    "version": "0.0.1",
    "description": "Save links to read later across any chrome.",
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "logo-bitty.png",
        "48": "logo-small.png",
        "128": "logo-large.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "contextMenus",
        ""
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}