pixiv thumb

pixivへのリンクにサムネイルを追加

What is pixiv thumb?

pixiv thumb is a Chrome extension developed by [email protected], and its main feature is "pixivへのリンクにサムネイルを追加".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download pixiv thumb Extension CRX File

Download pixiv thumb extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        非公式のエクステンションです。

ブログやその他ウェブサイト内にあるpixivのイラストページへのリンクにマウスカーソルを
合わせると、サムネイルが表示されます。
(例: www.pixiv.net/member_illust.php?mode=medium&illust_id=20841196)
サムネイルをクリックすると拡大表示。

・EARL.BOX(http://www.earlbox.com/)のような文字リンクしかないサイトの画像をその場で確認できて便利。
・Pixort(http://www.pixort.net/)などのpixivランキングサイトを利用する際に大きな画像をその場で表示。

閲覧中のサイトにpixivへのリンクが含まれていると、アドレスバーにアイコンが表示されます。
アイコンをクリックすると、オプション画面を表示します。

デフォルトではログインしないと見られない画像は、表示できません。
すべての画像を表示したい場合はオプション画面で年齢確認を行ってください。

pixivの仕様が変わったり、pixivに怒られたりしたら公開終了です。


更新履歴
2.0.3 2.0.4 バグ修正
2.0.1 2.0.2 バグ修正
2.0.0 現在のサイトに対応
1.0.10 キャッシュなどの対策を施したので、10件の制限を解除
1.0.9 サムネイル表示に関するオプションを追加
1.0.8 画像のパスをキャッシュするようにした
1.0.7 規制されたみたいなので、同時読込制限(10件)とタイムアウトを追加
1.0.5 オプションを追加
1.0.4 バグ修正
1.0.2 閲覧制限に対応
1.0.1 googleの検索結果などにも対応。                    

Extension Basic Information

Name pixiv thumb pixiv thumb
ID gdneogomamfefamncmcolciibjjgcpeh
Official URL https://chromewebstore.google.com/detail/pixiv-thumb/gdneogomamfefamncmcolciibjjgcpeh
Description pixivへのリンクにサムネイルを追加
File Size 188 KB
Installation Count 144
Current Version 2.0.4
Last Updated 2013-08-03
Publish Date 2013-08-03
Rating 1.40/5 Total 5 Ratings
Developer [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "pixiv thumb",
    "version": "2.0.4",
    "manifest_version": 2,
    "description": "pixiv\u3078\u306e\u30ea\u30f3\u30af\u306b\u30b5\u30e0\u30cd\u30a4\u30eb\u3092\u8ffd\u52a0",
    "page_action": {
        "default_icon": "favicon.ico",
        "default_title": "pixiv thumb"
    },
    "permissions": [
        "http:\/\/pixiv-thumb.net\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "vendor\/Magnific-Popup\/magnific-popup.css"
            ],
            "js": [
                "jquery-1.10.2.min.js",
                "vendor\/Magnific-Popup\/jquery.magnific-popup.js",
                "pixiv_ext.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "64": "icon-64.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        "scanner.gif"
    ]
}