Fuskator Preview Enhancement
A nano-sized chrome extension that cycles through preview images when you hover on a fuskator gallery thumbnail.
Qu'est-ce que Fuskator Preview Enhancement ?
Fuskator Preview Enhancement est une extension Chrome développée par demosthenes11111, et sa fonction principale est "A nano-sized chrome extension that cycles through preview images when you hover on a fuskator gallery thumbnail.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Fuskator Preview Enhancement
Téléchargez les fichiers d'extension Fuskator Preview Enhancement 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
EDIT: As of 09/24/2016 this feature is now integrated onto fuskator.com's website! No need to install this plugin, it is enabled by default. http://fuskator.com/news.aspx --------------- A nano-sized chrome extension that cycles through preview images when you hover on a fuskator gallery thumbnail. **IMPORTANT POST INSTALL STEPS** 1. Make sure to allow the extension to work in Incognito mode if desired. Go to chrome://extensions, find Fuskator Preview Enhancement, and check "Allow in incognito". 2. Remove the icon from next to your URL bar if desired. Right click on the extension icon and click "Hide in Chrome menu". It is not possible to have an icon-less Chrome extension, but this will do the next best by placing it in the top of your menu and out of sight. Source code here: https://github.com/demosthenes111/Fuskator-Preview-Enhancement MIT License.
Informations de Base sur l'Extension
Nom | |
ID | efniphfheblhadolelihbohginamdgdp |
URL Officiel | https://chrome.google.com/webstore/detail/fuskator-preview-enhancem/efniphfheblhadolelihbohginamdgdp |
Description | A nano-sized chrome extension that cycles through preview images when you hover on a fuskator gallery thumbnail. |
Taille du Fichier | 758 KB |
Nombre d'Installations | 72 |
Version Actuelle | 0.1.0.4 |
Dernière Mise à Jour | 2016-10-03 |
Date de Publication | 2016-10-03 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | demosthenes11111 |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/demosthenes111/Fuskator-Preview-Enhancement |
URL de la Page d'Aide | https://github.com/demosthenes111/Fuskator-Preview-Enhancement |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fuskator Preview Enhancement", "short_name": "F.P.E.", "version": "0.1.0.4", "description": "A nano-sized chrome extension that cycles through preview images when you hover on a fuskator gallery thumbnail.", "author": "demosthenes", "homepage_url": "https:\/\/github.com\/demosthenes111\/Fuskator-Preview-Enhancement", "permissions": [], "content_scripts": [ { "matches": [ "*:\/\/*.fuskator.com\/*" ], "js": [ "preview.js" ] } ], "icons": { "16": "g16.png", "48": "g48.png", "128": "g128.png", "256": "g256.png" } } |