Sessions

Easiest way to save active tabs as bookmarks.

Sessions là gì?

Sessions là một tiện ích mở rộng Chrome được phát triển bởi Rishi Raj, và tính năng chính của nó là "Easiest way to save active tabs as bookmarks.".

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

screenshot

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

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

                        Sessions is a light-weight Chrome extension which simply saves all your active tabs in a Chrome window as bookmarks, organized in a timestamped folder. All your sessions, saved with a click.

To see the saved items, go to your Bookmark Manager and find the timestamped folder starting with "Session saved on ..." in the Other Bookmarks option.                    

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

Tên Sessions Sessions
ID cghfjjildgodiekbjbibnlgoccaafdko
URL Chính Thức https://chromewebstore.google.com/detail/sessions/cghfjjildgodiekbjbibnlgoccaafdko
Mô tả Easiest way to save active tabs as bookmarks.
Kích Thước Tệp 18.48 KB
Số Lần Cài Đặt 21
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-05-08
Ngày Phát Hành 2017-05-07
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Rishi Raj
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://rishi.im/sessions-chrome
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sessions",
    "description": "Easiest way to save active tabs as bookmarks.",
    "version": "1.0",
    "author": "Rishi Raj",
    "homepage_url": "http:\/\/rishi.im\/sessions-chrome-extension\/",
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "background": {
        "persistent": false,
        "scripts": [
            "sessions.js"
        ]
    },
    "permissions": [
        "tabs",
        "background",
        "bookmarks"
    ],
    "browser_action": {
        "default_title": "Save the session as Bookmarks",
        "default_icon": "icon.png"
    }
}