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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://redditmanager.com และคุณลักษณะหลักของมันคือ "Ever clicked a link and went back only to lose the comment you were reading due to uncollapsed comments. This keeps them minimized!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reddit Minimizer

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
}