Found
Found is the easiest way to capture, share & store images.
Что такое Found?
Found - это расширение Chrome, разработанное http://found.so, и его основная функция - "Found is the easiest way to capture, share & store images.".
Снимки экрана расширения
Скачать файл CRX расширения Found
Скачайте файлы расширений Found в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Found is the easiest way to capture, share & store images. 1. Extract & save images (including background images) from any webpage. 2. Drag and drop images into the extension to save. 3. Capture full-page or partial-page screenshots. 4. Get shareable links to any image or collection of images in seconds. Everything is backed up in your secure Found cloud account.
Основная информация о расширении
Название | |
ID | geblembjogdcglflijdiafppilmgbefh |
Официальный URL | https://chrome.google.com/webstore/detail/found/geblembjogdcglflijdiafppilmgbefh |
Описание | Found is the easiest way to capture, share & store images. |
Размер файла | 2.65 MB |
Количество установок | 23 |
Текущая Версия | 0.0.25 |
Последнее Обновление | 2021-07-25 |
Дата публикации | 2020-04-01 |
Рейтинг | 5.00/5 Всего 3 оценок |
Разработчик | http://found.so |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://found.so |
URL страницы помощи | https://found.so |
URL страницы политики конфиденциальности | https://something-good.notion.site/Privacy-Policy-7f5614ed56bd43069c74c9765d13deb8 |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Found", "description": "Found is the easiest way to capture, share & store images.", "version": "0.0.25", "homepage_url": "https:\/\/found.so", "manifest_version": 2, "background": { "scripts": [ ".\/background.js" ], "persistent": true }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon128.png" }, "browser_action": { "title": "open" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "storage", "tabs", "downloads", "cookies", "activeTab", " |