Snip

The simplest way to highlight and share text on the internet.

Что такое Snip?

Snip - это расширение Chrome, разработанное https://snip.st, и его основная функция - "The simplest way to highlight and share text on the internet.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Open a new tab, highlight any text, and hit share. That's really it.

➤ Get a short URL to your snip, ready to be shared with others or stored for later use. 
➤ Add a caption for context. 
➤ Pick a theme based on your mood. 
➤ Make your snip public or private, depending on your preference. 
➤ Store all your highlights in one place.

Bookmarking has never been this simple.                    

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

Название Snip Snip
ID dkpanpkccobmeeapgmhkjmaijbkfighe
Официальный URL https://chromewebstore.google.com/detail/snip/dkpanpkccobmeeapgmhkjmaijbkfighe
Описание The simplest way to highlight and share text on the internet.
Размер файла 147 KB
Количество установок 131
Текущая Версия 1.3.0
Последнее Обновление 2023-03-15
Дата публикации 2023-02-16
Рейтинг 4.75/5 Всего 4 оценок
Разработчик https://snip.st
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.snip.st/
URL страницы помощи https://www.snip.st/
URL страницы политики конфиденциальности https://snip.st/privacy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.3.0",
    "name": "Snip",
    "description": "The simplest way to highlight and share text on the internet.",
    "permissions": [
        "clipboardWrite"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "node_modules\/@webcomponents\/custom-elements\/custom-elements.min.js",
                "prepare.js",
                "fragment-generation-utils.js",
                "link-generator.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "assets\/16-icon.png",
        "32": "assets\/32-icon.png",
        "48": "assets\/48-icon.png",
        "128": "assets\/128-icon.png"
    }
}