Star Manager

tiny Github star manager

Что такое Star Manager?

Star Manager - это расширение Chrome, разработанное Kilerd, и его основная функция - "tiny Github star manager".

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

screenshot

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

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

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

                        here is a very tiny Github star manager.
you can access your star list on Chrome quickly and easily.

After installation, you need to type your Github username to the bottom input field.
Then, wait half an hour or restart your Chrome completely for fetching your Github star list.

The refresh process would be activated when starting Chrome or every half an hour.

For easily open the pop up page, you can set a shortcut for it in Chrome Extensions Page.

Finally, enjoy it and thanks for installation.

Oh, by the way if possible, please star it in Github https://github.com/Kilerd/StarManager                    

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

Название Star Manager Star Manager
ID klajgkhhnnipjkilfgkkjofidahjfobh
Официальный URL https://chromewebstore.google.com/detail/star-manager/klajgkhhnnipjkilfgkkjofidahjfobh
Описание tiny Github star manager
Размер файла 878 KB
Количество установок 46
Текущая Версия 0.0.7
Последнее Обновление 2019-12-03
Дата публикации 2019-12-03
Разработчик Kilerd
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/Kilerd/StarManager
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Star Manager",
    "version": "0.0.7",
    "description": "tiny Github star manager",
    "icons": {
        "128": "icon-128.png"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "permissions": [
        "storage"
    ]
}