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是由demosthenes11111开发的Chrome扩展程序,该扩展的主要功能是“A nano-sized chrome extension that cycles through preview images when you hover on a fuskator gallery thumbnail.”。
扩展截图
下载Fuskator Preview Enhancement扩展crx文件
下载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" } } |