Flickr Right Click
Lets you right click images on Flickr.
Flickr Right Clickとは何ですか?
Flickr Right Clickはhttps://mattw.lifeによって開発されたChromeの拡張機能で、その主な機能は「Lets you right click images on Flickr.」です。
拡張機能のスクリーンショット
Flickr Right Click拡張機能のCRXファイルをダウンロード
Flickr Right Click拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Enables the standard right click context menu for images when viewing photos on Flickr. This disables the default left click to zoom functionality.
拡張機能の基本情報
名前 | Flickr Right Click |
ID | cgkdecjiajillolhbegcmmbphniicmjl |
公式URL | https://chromewebstore.google.com/detail/flickr-right-click/cgkdecjiajillolhbegcmmbphniicmjl |
説明 | Lets you right click images on Flickr. |
ファイルサイズ | 10.81 KB |
インストール数 | 7,860 |
現在のバージョン | 3.0.0 |
最終更新日 | 2022-05-24 |
公開日 | 2018-01-24 |
評価 | 3.58/5 合計 55 レビュー |
開発者 | https://mattw.life |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://mattw.life |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Flickr Right Click", "version": "3.0.0", "description": "Lets you right click images on Flickr.", "manifest_version": 3, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png" }, "action": [], "permissions": [ "scripting" ], "host_permissions": [ "*:\/\/www.flickr.com\/photos\/*\/*" ], "background": { "service_worker": "background.js" } } |