Incognito Refresher
Closes then reopens all incognito tabs
Incognito Refresherคืออะไร?
Incognito Refresher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Manny Morales และคุณลักษณะหลักของมันคือ "Closes then reopens all incognito tabs"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Incognito Refresher
ดาวน์โหลดไฟล์ส่วนขยาย Incognito Refresher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Closes all incognito tabs/windows then re-opens them. Useful for renewing an incognito session without losing your tabs and windows. Required: "Allow In Incognito" found in the Extension's "Details" Source: https://github.com/Heyotetsuo/refresh-private-tabs 1.0 - Initial Release 1.0.1 - Fixed typos
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Incognito Refresher |
ID | fgklieeeadengbjobafaofepbgbfaeon |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/incognito-refresher/fgklieeeadengbjobafaofepbgbfaeon |
คำอธิบาย | Closes then reopens all incognito tabs |
ขนาดไฟล์ | 16.87 KB |
จำนวนการติดตั้ง | 219 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2019-09-18 |
วันที่เผยแพร่ | 2019-09-17 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Manny Morales |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.1", "name": "Incognito Refresher", "description": "Closes then reopens all incognito tabs", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon128.png" }, "permissions": [ "tabs" ], "background": { "scripts": [ "scripts\/content.js" ] } } |