Sessionic

A web extension to save, manage and restore sessions, windows and tabs.

Sessionic là gì?

Sessionic là một tiện ích mở rộng Chrome được phát triển bởi navorite, và tính năng chính của nó là "A web extension to save, manage and restore sessions, windows and tabs.".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Sessionic 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

                        Features:
●   Save and manage sessions
●   Import and export sessions
●   Save sessions automatically on an interval
●   Filter URL list to track using match patterns
●   Modern UI with Light and Dark mode support
●   Ability to add tags to sessions
●   Focused on performance and lower RAM usage
●   Cross-browser support (Firefox, Chrome, Edge, and Opera)
●   Compatible with Session Buddy, OneTab and Tab Session Manager


Release notes:
https://github.com/navorite/sessionic/releases                    

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

Tên Sessionic Sessionic
ID mdakbhkahkmdafnfhdikbddkngcbhenc
URL Chính Thức https://chromewebstore.google.com/detail/sessionic/mdakbhkahkmdafnfhdikbddkngcbhenc
Mô tả A web extension to save, manage and restore sessions, windows and tabs.
Kích Thước Tệp 550 KB
Số Lần Cài Đặt 611
Phiên Bản Hiện Tại 1.7.0
Cập Nhật Lần Cuối 2024-01-29
Ngày Phát Hành 2023-10-08
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển navorite
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/navorite/sessionic
URL Trang Trợ Giúp https://github.com/navorite/sessionic/issues
Ngôn Ngữ Được Hỗ Trợ id,de,en,fr,nl,vi,tr,da,es,it,pl,pt-BR,ro,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sessionic",
    "version": "1.7.0",
    "description": "A web extension to save, manage and restore sessions, windows and tabs.",
    "author": "navorite",
    "homepage_url": "https:\/\/github.com\/navorite\/sessionic",
    "action": {
        "default_title": "Sessionic",
        "default_popup": ".\/src\/popup\/index.html",
        "default_icon": {
            "16": ".\/favicons\/16.png",
            "32": ".\/favicons\/32.png",
            "64": ".\/favicons\/64.png"
        }
    },
    "background": {
        "service_worker": ".\/src\/background\/background.js",
        "type": "module"
    },
    "options_ui": {
        "page": ".\/src\/options\/index.html",
        "open_in_tab": true
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "alarms",
        "contextMenus",
        "system.display",
        "favicon"
    ],
    "icons": {
        "16": ".\/favicons\/16.png",
        "32": ".\/favicons\/32.png",
        "48": ".\/favicons\/48.png",
        "64": ".\/favicons\/64.png",
        "96": ".\/favicons\/96.png"
    },
    "default_locale": "en"
}