Session Manager
Simple yet powerful tab set management. Quickly and easily save, update, remove, and restore sets of tabs!
Session Manager là gì?
Session Manager là một tiện ích mở rộng Chrome được phát triển bởi https://teddy.io, và tính năng chính của nó là "Simple yet powerful tab set management. Quickly and easily save, update, remove, and restore sets of 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 Session Manager
Tải xuống các tệp mở rộng Session Manager 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
Session Manager is a simple yet powerful extension that makes it quick and easy to save, update, remove, and restore sets of tabs. Common uses include: - Creating sessions for daily routines: pages you open in the morning, afternoon and evening. - Grouping pages of common interest such as News, Financial and Social. - Saving pages discovered during a research session that you'd like to revisit later.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Session Manager |
ID | mghenlmbmjcpehccoangkdpagbcbkdpc |
URL Chính Thức | https://chromewebstore.google.com/detail/session-manager/mghenlmbmjcpehccoangkdpagbcbkdpc |
Mô tả | Simple yet powerful tab set management. Quickly and easily save, update, remove, and restore sets of tabs! |
Kích Thước Tệp | 475 KB |
Số Lần Cài Đặt | 78,015 |
Phiên Bản Hiện Tại | 3.5.0 |
Cập Nhật Lần Cuối | 2016-10-14 |
Ngày Phát Hành | 2016-10-13 |
Đánh Giá | 4.00/5 Tổng số 494 Đánh Giá |
Nhà Phát Triển | https://teddy.io |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Session Manager", "version": "3.5.0", "description": "Simple yet powerful tab set management. Quickly and easily save, update, remove, and restore sets of tabs!", "icons": { "16": "img\/16.png", "128": "img\/128.png" }, "browser_action": { "default_icon": { "19": "img\/19-1x.png", "38": "img\/19-2x.png" }, "default_title": "Session Manager", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/errors.js", "js\/background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "offline_enabled": true, "omnibox": { "keyword": "session" }, "options_page": "options.html", "options_ui": { "chrome_style": true, "page": "options.html" }, "permissions": [ "tabs" ] } |