4chan Expand Images
Easily expand images in 4chan
4chan Expand Imagesとは何ですか?
4chan Expand Imagesはalexiszamによって開発されたChromeの拡張機能で、その主な機能は「Easily expand images in 4chan」です。
拡張機能のスクリーンショット
4chan Expand Images拡張機能のCRXファイルをダウンロード
4chan Expand Images拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Easily expand all images in a 4chan thread. Simply right-click on the page, choose "Expand images" from the menu and all images will expand! 拡張機能の基本情報
| 名前 | |
| ID | fkkiappinjfoifojbgbfgcnibfjffphk |
| 公式URL | https://chromewebstore.google.com/detail/4chan-expand-images/fkkiappinjfoifojbgbfgcnibfjffphk |
| 説明 | Easily expand images in 4chan |
| ファイルサイズ | 33.64 KB |
| インストール数 | 3,046 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2021-01-07 |
| 公開日 | 2020-12-29 |
| 評価 | 5.00/5 合計 5 レビュー |
| 開発者 | alexiszam |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/AlexisZam/4chan-expand-images |
| ヘルプページのURL | https://github.com/AlexisZam/4chan-expand-images/issues |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"description": "Easily expand images in 4chan",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"manifest_version": 2,
"name": "4chan Expand Images",
"permissions": [
"activeTab",
"contextMenus"
],
"version": "1.0.0"
} | |