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 |
| 官方網址 | 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 |
| 電子郵箱 | [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"
} | |