4chan Image Resizer
Resize images on 4chan by drag-and-drop! :)
4chan Image Resizerとは何ですか?
4chan Image Resizerはingfy.svalestupによって開発されたChromeの拡張機能で、その主な機能は「Resize images on 4chan by drag-and-drop! :)」です。
4chan Image Resizer拡張機能のCRXファイルをダウンロード
4chan Image Resizer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Resize images on 4chan by drag-and-drop! :)
拡張機能の基本情報
名前 | |
ID | daefemigpgiohngoikfiffojhachhmbm |
公式URL | https://chrome.google.com/webstore/detail/4chan-image-resizer/daefemigpgiohngoikfiffojhachhmbm |
説明 | Resize images on 4chan by drag-and-drop! :) |
ファイルサイズ | 3.8 KB |
インストール数 | 47 |
現在のバージョン | 0.1 |
最終更新日 | 2015-07-25 |
公開日 | 2015-07-25 |
評価 | 2.33/5 合計 3 レビュー |
開発者 | ingfy.svalestup |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "4chan Image Resizer", "version": "0.1", "content_scripts": [ { "matches": [ "http:\/\/boards.4chan.org\/*" ], "js": [ "ext.js" ] } ] } |