Real Pinned Tabs

This extension loads some predefined tabs on startup

Что такое Real Pinned Tabs?

Real Pinned Tabs - это расширение Chrome, разработанное https://real-pinned-tabs.blogspot.com, и его основная функция - "This extension loads some predefined tabs on startup".

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

screenshot
screenshot
screenshot

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

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

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

                        v3.1 - updated the options page to act responsive to the available screen size
v3.0 - wildcard support is finally here!
v2.1 - fixed regression that prevented new tabs from being saved when put in manually (thanks kuroir for reporting the issue!)
v2.0 - added new features: auto add pinned tabs and remove individual tabs
v1.1 - fixed issues with the initial setup

Brings back the --pinned-tab-count feature that has been removed from Chrome back in 2010 as an extension. You can define an unlimited number of tabs which are always loaded pinned on startup. While this feature has been partly implemented by the out of the box setting "On startup > Continue were I left off." this comes with one drawback - only the pinned tabs of the last closed window will be saved/restored.                    

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

Название Real Pinned Tabs Real Pinned Tabs
ID imdpkhkoopjbdmjppehmpkngncogadbk
Официальный URL https://chromewebstore.google.com/detail/real-pinned-tabs/imdpkhkoopjbdmjppehmpkngncogadbk
Описание This extension loads some predefined tabs on startup
Размер файла 21.87 KB
Количество установок 357
Текущая Версия 3.1
Последнее Обновление 2014-12-10
Дата публикации 2014-12-10
Рейтинг 3.14/5 Всего 21 оценок
Разработчик https://real-pinned-tabs.blogspot.com
Тип оплаты free
Официальный сайт расширения https://code.google.com/p/real-pinned-tabs/
URL страницы помощи https://code.google.com/p/real-pinned-tabs/
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Real Pinned Tabs",
    "description": "This extension loads some predefined tabs on startup",
    "version": "3.1",
    "icons": {
        "128": "chrome-icon.png"
    },
    "permissions": [
        "tabs"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "startup.js"
        ],
        "persistent": false
    }
}