Flipper
This tool enables rotate and flip images on your browser.
Что такое Flipper?
Flipper - это расширение Chrome, разработанное https://nakashima723.info, и его основная функция - "This tool enables rotate and flip images on your browser.".
Снимки экрана расширения
Скачать файл CRX расширения Flipper
Скачайте файлы расширений Flipper в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This tool enables rotate and flip images on your browser.
Основная информация о расширении
Название | Flipper |
ID | hcpgdfjpehdkdebjepgcmgkhoabjdegf |
Официальный URL | https://chromewebstore.google.com/detail/flipper/hcpgdfjpehdkdebjepgcmgkhoabjdegf |
Описание | This tool enables rotate and flip images on your browser. |
Размер файла | 52.71 KB |
Количество установок | 1,739 |
Текущая Версия | 1.2.2 |
Последнее Обновление | 2022-06-23 |
Дата публикации | 2016-10-22 |
Рейтинг | 3.67/5 Всего 3 оценок |
Разработчик | https://nakashima723.info |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://twitter.com/nakashima723 |
Поддерживаемые языки | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.2.2", "manifest_version": 2, "description": "__MSG_extDescription__", "default_locale": "ja", "permissions": [ "storage" ], "icons": { "16": "images\/flipper_16.png", "48": "images\/flipper_48.png", "128": "images\/flipper_128.png" }, "web_accessible_resources": [ "options.html" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*", "file:\/\/\/*" ], "js": [ "js\/jquery.min.js", "js\/contents.js" ] } ], "browser_action": { "default_icon": "images\/flipper_16.png", "default_title": "\u30a8\u30ac\u30de\u30ef\u30fc\u30eb", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/background.js" ] }, "content_security_policy": "script-src 'self'; object-src 'self'" } |