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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |