flip
Flips all images, this is a good joke
Wat is flip?
flip is een Chrome-extensie ontwikkeld door C-DUB, en de belangrijkste functie is "Flips all images, this is a good joke".
Extensie Screenshots
Download het CRX-bestand van de extensie flip
Download flip-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
A fun extension to load on a friend or co-workers computer to flip all images on web pages.
Basisinformatie over de Extensie
Naam | flip |
ID | ejgjngjbmjigimcgnkbmhoefkapamcof |
Officiële URL | https://chromewebstore.google.com/detail/flip/ejgjngjbmjigimcgnkbmhoefkapamcof |
Beschrijving | Flips all images, this is a good joke |
Bestandsgrootte | 39.83 KB |
Aantal Installaties | 66 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2014-09-26 |
Publicatiedatum | 2014-09-26 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | C-DUB |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "jquery-1.8.0.min.js", "background.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Flips all images, this is a good joke", "icons": { "128": "logo128.png" }, "manifest_version": 2, "name": "flip", "short_name": "flip", "version": "1.0" } |