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.」です。

拡張機能のスクリーンショット

screenshot

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.                    

拡張機能の基本情報

名前 Fuskator Preview Enhancement Fuskator Preview Enhancement
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"
    }
}