Incognito Refresher

Closes then reopens all incognito tabs

Incognito Refresher là gì?

Incognito Refresher là một tiện ích mở rộng Chrome được phát triển bởi Manny Morales, và tính năng chính của nó là "Closes then reopens all incognito tabs".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Incognito Refresher

Tải xuống các tệp mở rộng Incognito Refresher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Incognito Refresher Incognito Refresher
ID fgklieeeadengbjobafaofepbgbfaeon
URL Chính Thức https://chromewebstore.google.com/detail/incognito-refresher/fgklieeeadengbjobafaofepbgbfaeon
Mô tả Closes then reopens all incognito tabs
Kích Thước Tệp 16.87 KB
Số Lần Cài Đặt 219
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2019-09-18
Ngày Phát Hành 2019-09-17
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Manny Morales
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}