Fuskator Preview Enhancement

A nano-sized chrome extension that cycles through preview images when you hover on a fuskator gallery thumbnail.

¿Qué es Fuskator Preview Enhancement?

Fuskator Preview Enhancement es una extensión de Chrome desarrollada por demosthenes11111, y su función principal es "A nano-sized chrome extension that cycles through preview images when you hover on a fuskator gallery thumbnail.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Fuskator Preview Enhancement

Descarga archivos de extensión Fuskator Preview Enhancement en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Fuskator Preview Enhancement Fuskator Preview Enhancement
ID efniphfheblhadolelihbohginamdgdp
URL Oficial https://chrome.google.com/webstore/detail/fuskator-preview-enhancem/efniphfheblhadolelihbohginamdgdp
Descripción A nano-sized chrome extension that cycles through preview images when you hover on a fuskator gallery thumbnail.
Tamaño del Archivo 758 KB
Cantidad de Instalaciones 72
Versión Actual 0.1.0.4
Última Actualización 2016-10-03
Fecha de Publicación 2016-10-03
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador demosthenes11111
Tipo de Pago free
Sitio Web de la Extensión https://github.com/demosthenes111/Fuskator-Preview-Enhancement
URL de la Página de Ayuda https://github.com/demosthenes111/Fuskator-Preview-Enhancement
Idiomas Soportados 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"
    }
}