Image Flip
Flip image on hover.
Wat is Image Flip?
Image Flip is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Flip image on hover.".
Extensie Screenshots
Download het CRX-bestand van de extensie Image Flip
Download Image 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
Want to add a little entertainment to your page? Use this extension to flip image on the page ... the results can be truly entertaining!
Basisinformatie over de Extensie
Naam | Image Flip |
ID | pkbhkhbgdaamliaimlpdlhokkecoibka |
Officiële URL | https://chromewebstore.google.com/detail/image-flip/pkbhkhbgdaamliaimlpdlhokkecoibka |
Beschrijving | Flip image on hover. |
Bestandsgrootte | 41.93 KB |
Aantal Installaties | 1,285 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2014-01-02 |
Publicatiedatum | 2014-01-02 |
Beoordeling | 2.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Image Flip", "description": "Flip image on hover.", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "version": "0.1", "manifest_version": 2, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "extension.css" ], "js": [ "jquery-2.0.3.min.js", "extension.js" ] } ] } |