Turn images upside down
Turn images upside down
Was ist Turn images upside down?
Turn images upside down ist eine Chrome-Erweiterung, die von lu1s entwickelt wurde, und ihr Hauptmerkmal ist "Turn images upside down".
Erweiterungsscreenshots
Turn images upside down-Erweiterungs-CRX-Datei herunterladen
Laden Sie Turn images upside down-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Turn images upside down |
ID | dkfmdnojipbgbfafjbiinbjjdbeclbin |
Offizielle URL | https://chromewebstore.google.com/detail/turn-images-upside-down/dkfmdnojipbgbfafjbiinbjjdbeclbin |
Beschreibung | Turn images upside down |
Dateigröße | 27.05 KB |
Installationsanzahl | 39 |
Aktuelle Version | 0.0.1 |
Letztes Update | 2020-04-02 |
Veröffentlichungsdatum | 2020-03-27 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | lu1s |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |