BiggerPic
Takes you directly to the bigger picture on TinyPic.
BiggerPicとは何ですか?
BiggerPicはWahaによって開発されたChromeの拡張機能で、その主な機能は「Takes you directly to the bigger picture on TinyPic.」です。
BiggerPic拡張機能のCRXファイルをダウンロード
BiggerPic拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
TinyPic made some change a while back that forced you to view their stupid gallery view of a photo when you try to access it directly. This allows you to access it directly, bypassing that gallery view. If you have any issues please post the URL of the raw image and the gallery URL (looks like http://tinypic.com/view.php?pic=BLAH&s=NUMBER)
拡張機能の基本情報
名前 | ![]() |
ID | ednnacfdjdinebpoafbggebiialnigml |
公式URL | https://chrome.google.com/webstore/detail/biggerpic/ednnacfdjdinebpoafbggebiialnigml |
説明 | Takes you directly to the bigger picture on TinyPic. |
ファイルサイズ | 3.25 KB |
インストール数 | 15 |
現在のバージョン | 0.2 |
最終更新日 | 2013-08-30 |
公開日 | 2013-08-30 |
開発者 | Waha |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BiggerPic", "description": "Takes you directly to the bigger picture on TinyPic.", "background": { "scripts": [ "bg.js" ] }, "version": "0.2", "permissions": [ "webRequest", "webRequestBlocking", "http:\/\/*.tinypic.com\/*" ] } |