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.
擴展基本資訊
名稱 | Turn images upside down |
ID | dkfmdnojipbgbfafjbiinbjjdbeclbin |
官方網址 | 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" ] } |