Pinned means Pinned!

Prevents closing of pinned tab.

Что такое Pinned means Pinned!?

Pinned means Pinned! - это расширение Chrome, разработанное blueCmd, и его основная функция - "Prevents closing of pinned tab.".

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

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

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

                        When a pinned tab is closed an identical tab is opened and replaces the current tab.

Source: https://github.com/bluecmd/pinned-means-pinned
Based on: https://github.com/cassiozen/Keep-my-Pinned-Tab                    

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

Название Pinned means Pinned! Pinned means Pinned!
ID pimlphlelaemjpnjibaacbcgfmccookn
Официальный URL https://chrome.google.com/webstore/detail/pinned-means-pinned/pimlphlelaemjpnjibaacbcgfmccookn
Описание Prevents closing of pinned tab.
Размер файла 14.04 KB
Количество установок 207
Текущая Версия 1.1
Последнее Обновление 2015-04-28
Дата публикации 2015-04-28
Рейтинг 4.90/5 Всего 10 оценок
Разработчик blueCmd
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pinned means Pinned!",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Prevents closing of pinned tab.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "bg\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs"
    ]
}