Simple Suspender
Suspend / unsuspend a tab, with minimal privacy concerns by design
Simple Suspenderคืออะไร?
Simple Suspender เป็นส่วนขยายของ Chrome ที่พัฒนาโดย VehpuS และคุณลักษณะหลักของมันคือ "Suspend / unsuspend a tab, with minimal privacy concerns by design"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple Suspender
ดาวน์โหลดไฟล์ส่วนขยาย Simple Suspender ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A cross-browser extension to suspend inactive / unused tabs by "hiding" them behind a static, generic browser error page. Basically to suspend https://moshe-gr.com, it will be redirected to http://localhost:0/#https://www.moshe-gr.com (try it ;) ). If you want to install the extension from source code (to ensure no possible abuse) - follow the instructions in the Github repo: https://github.com/VehpuS/simple-cross-browser-suspender.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Simple Suspender |
ID | foejeakhjndjjodhmcieiihikcdpciak |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/simple-suspender/foejeakhjndjjodhmcieiihikcdpciak |
คำอธิบาย | Suspend / unsuspend a tab, with minimal privacy concerns by design |
ขนาดไฟล์ | 93.4 KB |
จำนวนการติดตั้ง | 38 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2021-07-25 |
วันที่เผยแพร่ | 2021-07-25 |
ผู้พัฒนา | VehpuS |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://github.com/VehpuS/simple-cross-browser-suspender/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple Suspender", "version": "1.0", "manifest_version": 3, "description": "Suspend \/ unsuspend a tab, with minimal privacy concerns by design", "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "icon16.png", "24": "icon24.png", "32": "icon32.png", "48": "icon48.png" }, "default_title": "Suspend" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab" ] } |