hackershare

Adds a toolbar button to save the current page to hackershare.dev

Что такое hackershare?

hackershare - это расширение Chrome, разработанное Hooopo, и его основная функция - "Adds a toolbar button to save the current page to hackershare.dev".

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

screenshot

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

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

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

                        Adds a toolbar button to save the current page to hackershare.dev. with hackershare toolbar, you can save the url you viewed easily and share it with other hacker. hackershare.dev is center of all url.                    

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

Название hackershare hackershare
ID pinmchdpdbjbhijbagmealcojjpeebmh
Официальный URL https://chromewebstore.google.com/detail/hackershare/pinmchdpdbjbhijbagmealcojjpeebmh
Описание Adds a toolbar button to save the current page to hackershare.dev
Размер файла 27.84 KB
Количество установок 192
Текущая Версия 6
Последнее Обновление 2020-10-15
Дата публикации 2020-08-20
Рейтинг 5.00/5 Всего 4 оценок
Разработчик Hooopo
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://hackershare.dev
URL страницы помощи https://hackershare.dev
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "hackershare",
    "description": "Adds a toolbar button to save the current page to hackershare.dev",
    "version": "6",
    "browser_action": {
        "default_title": "Add to hackershare",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/hackershare.dev\/"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "32": "icon32.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "auth.html",
        "icon16.png"
    ],
    "manifest_version": 2
}