pixiv thumb
pixivへのリンクにサムネイルを追加
Wat is pixiv thumb?
pixiv thumb is een Chrome-extensie ontwikkeld door [email protected], en de belangrijkste functie is "pixivへのリンクにサムネイルを追加".
Extensie Screenshots
Download het CRX-bestand van de extensie pixiv thumb
Download pixiv thumb-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
非公式のエクステンションです。 ブログやその他ウェブサイト内にある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の検索結果などにも対応。
Basisinformatie over de Extensie
Naam | pixiv thumb |
ID | gdneogomamfefamncmcolciibjjgcpeh |
Officiële URL | https://chromewebstore.google.com/detail/pixiv-thumb/gdneogomamfefamncmcolciibjjgcpeh |
Beschrijving | pixivへのリンクにサムネイルを追加 |
Bestandsgrootte | 188 KB |
Aantal Installaties | 144 |
Huidige Versie | 2.0.4 |
Laatst Bijgewerkt | 2013-08-03 |
Publicatiedatum | 2013-08-03 |
Beoordeling | 1.40/5 Totaal 5 Beoordelingen |
Ontwikkelaar | [email protected] |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |