Turn images upside down
Turn images upside down
Turn images upside downとは何ですか?
Turn images upside downはlu1sによって開発されたChromeの拡張機能で、その主な機能は「Turn images upside down」です。
拡張機能のスクリーンショット
Turn images upside down拡張機能のCRXファイルをダウンロード
Turn images upside down拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension, when clicked, will turn every image upside down usign css rotate and a transition effect. When clicking again, it will turn them back to their original position. 拡張機能の基本情報
| 名前 | |
| ID | dkfmdnojipbgbfafjbiinbjjdbeclbin |
| 公式URL | https://chromewebstore.google.com/detail/turn-images-upside-down/dkfmdnojipbgbfafjbiinbjjdbeclbin |
| 説明 | Turn images upside down |
| ファイルサイズ | 27.05 KB |
| インストール数 | 39 |
| 現在のバージョン | 0.0.1 |
| 最終更新日 | 2020-04-02 |
| 公開日 | 2020-03-27 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | lu1s |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Turn images upside down",
"version": "0.0.1",
"manifest_version": 2,
"description": "Turn images upside down",
"homepage_url": "http:\/\/luispulido.com",
"icons": {
"16": "favicon-16.png",
"48": "favicon-48.png",
"128": "favicon-128.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"browser_action": {
"default_title": "Turn images upside down"
},
"permissions": [
"activeTab"
]
} | |