ScreenSnip
A tool that allows you to take a screenshot of the current tab and crop it.
Что такое ScreenSnip?
ScreenSnip - это расширение Chrome, разработанное bhayatus, и его основная функция - "A tool that allows you to take a screenshot of the current tab and crop it.".
Снимки экрана расширения
Скачать файл CRX расширения ScreenSnip
Скачайте файлы расширений ScreenSnip в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Take a screenshot of the current visible area in your Chrome tab and crop to your liking. Currently supports saving as .png/.jpeg/.webp. For faster access, you can also directly copy to the clipboard. Основная информация о расширении
| Название | |
| ID | okodoejppedehahibmdngneledbkliap |
| Официальный URL | https://chromewebstore.google.com/detail/screensnip/okodoejppedehahibmdngneledbkliap |
| Описание | A tool that allows you to take a screenshot of the current tab and crop it. |
| Размер файла | 44.84 KB |
| Количество установок | 1,086 |
| Текущая Версия | 1.1.0 |
| Последнее Обновление | 2020-04-05 |
| Дата публикации | 2020-04-05 |
| Рейтинг | 5.00/5 Всего 3 оценок |
| Разработчик | bhayatus |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ScreenSnip",
"version": "1.1.0",
"manifest_version": 2,
"description": "A tool that allows you to take a screenshot of the current tab and crop it.",
"browser_action": {
"default_title": "ScreenSnip"
},
"icons": {
"16": "images\/16.png",
"32": "images\/32.png",
"48": "images\/48.png",
"64": "images\/64.png",
"128": "images\/128.png"
},
"background": {
"persistent": false,
"scripts": [
"\/background\/background.js"
]
},
"permissions": [
"activeTab",
"downloads"
]
} | |