Save Tabs

Saves open tabs to the bookmarks for easy sync and for saving memory

Save Tabs là gì?

Save Tabs là một tiện ích mở rộng Chrome được phát triển bởi NSD, và tính năng chính của nó là "Saves open tabs to the bookmarks for easy sync and for saving memory".

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

screenshot
screenshot

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

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

                        This extension saves open tabs to the bookmarks for easy sync and for saving memory                    

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

Tên Save Tabs Save Tabs
ID jnnkhocfnekiikbiilndmhoamjfhgbog
URL Chính Thức https://chromewebstore.google.com/detail/save-tabs/jnnkhocfnekiikbiilndmhoamjfhgbog
Mô tả Saves open tabs to the bookmarks for easy sync and for saving memory
Kích Thước Tệp 7.11 KB
Số Lần Cài Đặt 20
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2015-11-23
Ngày Phát Hành 2015-11-23
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển NSD
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save Tabs",
    "version": "0.2",
    "description": "Saves open tabs to the bookmarks for easy sync and for saving memory",
    "permissions": [
        "tabs",
        "bookmarks"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Save Tabs",
        "default_icon": "icon.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}