Image Flip
Flip image on hover.
Qu'est-ce que Image Flip ?
Image Flip est une extension Chrome développée par Unknown, et sa fonction principale est "Flip image on hover.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Image Flip
Téléchargez les fichiers d'extension Image Flip au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Want to add a little entertainment to your page? Use this extension to flip image on the page ... the results can be truly entertaining!
Informations de Base sur l'Extension
Nom | Image Flip |
ID | pkbhkhbgdaamliaimlpdlhokkecoibka |
URL Officiel | https://chromewebstore.google.com/detail/image-flip/pkbhkhbgdaamliaimlpdlhokkecoibka |
Description | Flip image on hover. |
Taille du Fichier | 41.93 KB |
Nombre d'Installations | 1,285 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2014-01-02 |
Date de Publication | 2014-01-02 |
Évaluation | 2.00/5 Total 5 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |