Reddit Minimizer
Ever clicked a link and went back only to lose the comment you were reading due to uncollapsed comments. This keeps them minimized!
什么是Reddit Minimizer?
Reddit Minimizer是由https://redditmanager.com开发的Chrome扩展程序,该扩展的主要功能是“Ever clicked a link and went back only to lose the comment you were reading due to uncollapsed comments. This keeps them minimized!”。
扩展截图
下载Reddit Minimizer扩展crx文件
下载Reddit Minimizer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
🏆🏆WELCOME🏆🏆 ☑ Keep minimized comments minimized on Reddit ☑ Efficient doesn't run in background ☑ Doesn't leak or store private info ☑ Small takes less 9kb ☑ Makes your life tad bit easier :D Tell me if this has happened to you, you are reading comments, minimizing/collapsing them to get them out of the way and sooner or later you find a link, you click that link.. and once you return all comments have expanded, and now you have to find the comment you were reading before you clicked. "Reddit Minimizer" fixes that. It remembers what you have minimized and keep them minimized on navigating back. 🙌🙌🙌🙌🙌🙌🙌🙌
扩展基本信息
名称 | Reddit Minimizer |
ID | kkogipaajcmahmogohobknenfnclcdpk |
官方URL | https://chromewebstore.google.com/detail/reddit-minimizer/kkogipaajcmahmogohobknenfnclcdpk |
简介 | Ever clicked a link and went back only to lose the comment you were reading due to uncollapsed comments. This keeps them minimized! |
文件大小 | 11.38 KB |
安装次数 | 36 |
当前版本 | 1.0 beta |
更新时间 | 2017-08-14 |
上架时间 | 2017-08-14 |
评分 | 3.67/5 共3次评分 |
开发者 | https://redditmanager.com |
付费类型 | free |
帮助页面URL | https://redditmanager.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reddit Minimizer", "version": "1.0.0", "description": "Ever clicked a link and went back only to lose the comment you were reading due to uncollapsed comments. This keeps them minimized!", "icons": { "128": "icon_128.png", "48": "icon_48.png", "16": "icon_16.png" }, "browser_action": { "default_icon": { "32": "icon_32.png" } }, "author": "techsin", "content_scripts": [ { "run_at": "document_start", "matches": [ "*:\/\/*.reddit.com\/*" ], "js": [ "script.js" ] } ], "incognito": "split", "offline_enabled": true, "version_name": "1.0 beta" } |