Fuskator Preview Enhancement
A nano-sized chrome extension that cycles through preview images when you hover on a fuskator gallery thumbnail.
Что такое Fuskator Preview Enhancement?
Fuskator Preview Enhancement - это расширение Chrome, разработанное demosthenes11111, и его основная функция - "A nano-sized chrome extension that cycles through preview images when you hover on a fuskator gallery thumbnail.".
Снимки экрана расширения
Скачать файл CRX расширения Fuskator Preview Enhancement
Скачайте файлы расширений Fuskator Preview Enhancement в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | |
ID | efniphfheblhadolelihbohginamdgdp |
Официальный URL | https://chrome.google.com/webstore/detail/fuskator-preview-enhancem/efniphfheblhadolelihbohginamdgdp |
Описание | A nano-sized chrome extension that cycles through preview images when you hover on a fuskator gallery thumbnail. |
Размер файла | 758 KB |
Количество установок | 72 |
Текущая Версия | 0.1.0.4 |
Последнее Обновление | 2016-10-03 |
Дата публикации | 2016-10-03 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | demosthenes11111 |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/demosthenes111/Fuskator-Preview-Enhancement |
URL страницы помощи | https://github.com/demosthenes111/Fuskator-Preview-Enhancement |
Поддерживаемые языки | 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" } } |