Right Clicking - Views Image
Adds an option to 'View image' to the right click context menu on an image
Что такое Right Clicking - Views Image?
Right Clicking - Views Image - это расширение Chrome, разработанное Micha, и его основная функция - "Adds an option to 'View image' to the right click context menu on an image".
Снимки экрана расширения
Скачать файл CRX расширения Right Clicking - Views Image
Скачайте файлы расширений Right Clicking - Views Image в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Adds an option to 'View image' to the right click context menu on an image. This will replace the current web page with just the image in its original size.
Основная информация о расширении
Название | Right Clicking - Views Image |
ID | okhokdliaadpclhhjdjdakibeajdcade |
Официальный URL | https://chromewebstore.google.com/detail/right-clicking-views-imag/okhokdliaadpclhhjdjdakibeajdcade |
Описание | Adds an option to 'View image' to the right click context menu on an image |
Размер файла | 10.31 KB |
Количество установок | 117 |
Текущая Версия | 1.0 |
Последнее Обновление | 2022-05-23 |
Дата публикации | 2022-05-23 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | Micha |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Right Clicking - Views Image", "description": "Adds an option to 'View image' to the right click context menu on an image", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "bg.js" }, "permissions": [ "contextMenus" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |