Lightning Reopen

Keep Chrome open in the background for faster re-opening

Lightning Reopenคืออะไร?

Lightning Reopen เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SeinopSys และคุณลักษณะหลักของมันคือ "Keep Chrome open in the background for faster re-opening"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Lightning Reopen ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Do you have a million extensions installed that take absolutely ages to load when you open a new Chrome window, causing freezes and stuttering? Do you want to get notifications from your browser extensions without having to keep a Chrome window open and cluttering your taskbar? Do you have more RAM than you know what to do with?

If you answered yes to at least one of the questions above then this extension is for you! After installing, Chrome will sit in your notification area and remain open in the background, which means that when you open a new Chrome window all your extensions will not need to re-initialize themselves resulting in a lot faster startup and next to no lag.

For the longest time I've been just installing Dropbox for Gmail on all my machines to get this effect, but taking a look at what permissions it has made me realize that maybe I should not be doing that. I decided to make my own background extension with no permissions, no cryptominers and no API calls "phoning home".

That's right, this extension literally has no way to access any of your personal data anywhere while you're browsing, its only purpose is to let you keep Chrome in the background. Even if at any point the extension were to be compromised you would be prompted for any extra permissions, which you should never agree to. You have my word that this extension will never be sold to any shady extension marketing company looking to inject ads and/or trackers into every page you visit.

This extension is open source, you can find the source code here: https://github.com/SeinopSys/LightningReopen                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Lightning Reopen Lightning Reopen
ID ahphokgmcecbjeipkfkamcdmemghkaph
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/lightning-reopen/ahphokgmcecbjeipkfkamcdmemghkaph
คำอธิบาย Keep Chrome open in the background for faster re-opening
ขนาดไฟล์ 22.06 KB
จำนวนการติดตั้ง 79,781
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2021-08-01
วันที่เผยแพร่ 2019-10-30
คะแนน 4.98/5 รวมทั้งหมด 53 คะแนน
ผู้พัฒนา SeinopSys
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/SeinopSys/LightningReopen
URL หน้าช่วยเหลือ https://github.com/SeinopSys/LightningReopen/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lightning Reopen",
    "version": "1.0.1",
    "description": "Keep Chrome open in the background for faster re-opening",
    "permissions": [
        "background"
    ],
    "icons": {
        "16": "logo.png",
        "32": "logo32.png",
        "64": "logo64.png",
        "128": "logo128.png",
        "256": "logo256.png"
    },
    "manifest_version": 2
}