Pinned History

Browse your surfed website history and pin your favorites via search phrases for easy access

Что такое Pinned History?

Pinned History - это расширение Chrome, разработанное KennyDaren.me, и его основная функция - "Browse your surfed website history and pin your favorites via search phrases for easy access".

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

screenshot
screenshot

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

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

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

                        Simply add your phrases for searching and quickly view your history.

Is it safe? Yes, it is. This extension only access your browser history for show in extension window, your history is safe and is NOT shared anywhere.

This extension is made as Open Source Software, anyone can see source code.                    

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

Название Pinned History Pinned History
ID ifichafnngdnbgeingpbngicfahcijme
Официальный URL https://chromewebstore.google.com/detail/pinned-history/ifichafnngdnbgeingpbngicfahcijme
Описание Browse your surfed website history and pin your favorites via search phrases for easy access
Размер файла 19.36 KB
Количество установок 23
Текущая Версия 1.0
Последнее Обновление 2019-06-02
Дата публикации 2019-06-01
Рейтинг 5.00/5 Всего 1 оценок
Разработчик KennyDaren.me
Тип оплаты free
Официальный сайт расширения https://github.com/KennyDaren/chrome-pinned-history
URL страницы помощи https://github.com/KennyDaren/chrome-pinned-history
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pinned History",
    "version": "1.0",
    "permissions": [
        "storage",
        "history"
    ],
    "description": "Browse your surfed website history and pin your favorites via search phrases for easy access",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    }
}