Turn images upside down
Turn images upside down
Wat is Turn images upside down?
Turn images upside down is een Chrome-extensie ontwikkeld door lu1s, en de belangrijkste functie is "Turn images upside down".
Extensie Screenshots
Download het CRX-bestand van de extensie Turn images upside down
Download Turn images upside down-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | dkfmdnojipbgbfafjbiinbjjdbeclbin |
| Officiële URL | https://chromewebstore.google.com/detail/turn-images-upside-down/dkfmdnojipbgbfafjbiinbjjdbeclbin |
| Beschrijving | Turn images upside down |
| Bestandsgrootte | 27.05 KB |
| Aantal Installaties | 39 |
| Huidige Versie | 0.0.1 |
| Laatst Bijgewerkt | 2020-04-02 |
| Publicatiedatum | 2020-03-27 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | lu1s |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |