Image Rotate Context
Allows you to rotate an image with the right click context menu
Image Rotate Contextとは何ですか?
Image Rotate Contextはrobertによって開発されたChromeの拡張機能で、その主な機能は「Allows you to rotate an image with the right click context menu」です。
拡張機能のスクリーンショット
Image Rotate Context拡張機能のCRXファイルをダウンロード
Image Rotate Context拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Adds a "Rotate" menu option when right clicking images allowing you to rotate Right or Left
拡張機能の基本情報
名前 | |
ID | mbfblhpconbgpgmphhlonlcbnmebdeme |
公式URL | https://chromewebstore.google.com/detail/image-rotate-context/mbfblhpconbgpgmphhlonlcbnmebdeme |
説明 | Allows you to rotate an image with the right click context menu |
ファイルサイズ | 3.91 KB |
インストール数 | 20,000 |
現在のバージョン | 1.0.0 |
最終更新日 | 2018-12-01 |
公開日 | 2018-11-27 |
評価 | 3.03/5 合計 38 レビュー |
開発者 | robert |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Image Rotate Context", "manifest_version": 2, "version": "1.0.0", "description": "Allows you to rotate an image with the right click context menu", "permissions": [ "activeTab", "contextMenus" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "inpage.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true } ] } |