4chan Tools
Some little helper to improve your 4chan expirience. Current functions: * Expand all Threads * Collapse all Threads * Show all…
什么是4chan Tools?
4chan Tools是由loges.rolf开发的Chrome扩展程序,该扩展的主要功能是“Some little helper to improve your 4chan expirience. Current functions: * Expand all Threads * Collapse all Threads * Show all…”。
扩展截图
下载4chan Tools扩展crx文件
下载4chan Tools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Some little helper to improve your 4chan expirience. Current functions: * Expand all Threads * Collapse all Threads * Show all Images (only images, no text, in full resolution)
扩展基本信息
名称 | |
ID | npfjigfafappjjdefjdhleaoapleajdp |
官方URL | https://chrome.google.com/webstore/detail/4chan-tools/npfjigfafappjjdefjdhleaoapleajdp |
简介 | Some little helper to improve your 4chan expirience. Current functions: * Expand all Threads * Collapse all Threads * Show all… |
文件大小 | 74.95 KB |
安装次数 | 97 |
当前版本 | 1.0 |
更新时间 | 2015-10-24 |
上架时间 | 2015-10-24 |
评分 | 2.00/5 共1次评分 |
开发者 | loges.rolf |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "4chan Tools", "version": "1.0", "permissions": [ "tabs", "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": "img\/icon48.png", "default_title": "4chan Tools", "default_popup": "popup\/default.html" }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png", "300": "img\/icon300.png" }, "web_accessible_resources": [ "img\/*.png" ] } |