riAngle
This extension can flip a photo
What is riAngle?
riAngle is a Chrome extension developed by hippiman1221, and its main feature is "This extension can flip a photo".
Extension Screenshots
Download riAngle Extension CRX File
Download riAngle extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension can change the orientation of the photo on the site vk.com Click on the arrow to flip the photo 90 degrees to the right. Данное расширение способно изменить ориентацию фотографии на сайте vk.com. Нажмите на стрелочку чтобы перевернуть фотографию на 90 градусов вправо
Extension Basic Information
Name | |
ID | bmnfcmfbdkaodabigppmniclbjaeenhh |
Official URL | https://chromewebstore.google.com/detail/riangle/bmnfcmfbdkaodabigppmniclbjaeenhh |
Description | This extension can flip a photo |
File Size | 8.43 KB |
Installation Count | 30 |
Current Version | 1.0 |
Last Updated | 2020-02-09 |
Publish Date | 2020-02-09 |
Rating | 5.00/5 Total 2 Ratings |
Developer | hippiman1221 |
Payment Type | free |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "riAngle", "description": "This extension can flip a photo", "version": "1.0", "icons": { "128": "icon.png", "64": "icon.png", "32": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage" ] } |