SaveTabs

Save the tabs in your current window to a new, timestamped, bookmarks folder.

SaveTabs là gì?

SaveTabs là một tiện ích mở rộng Chrome được phát triển bởi Chris Dzombak, và tính năng chính của nó là "Save the tabs in your current window to a new, timestamped, bookmarks folder.".

Ả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 SaveTabs

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

                        Saves the tabs in your current window to a new bookmarks folder, named based on the current date & time.

You can choose where new bookmarks folders are created. To change that setting, just right-click on the SaveTabs button and select "Options".                    

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

Tên SaveTabs SaveTabs
ID ciemojomefnilhnidpjknolhbefbdoie
URL Chính Thức https://chromewebstore.google.com/detail/savetabs/ciemojomefnilhnidpjknolhbefbdoie
Mô tả Save the tabs in your current window to a new, timestamped, bookmarks folder.
Kích Thước Tệp 95.11 KB
Số Lần Cài Đặt 3,455
Phiên Bản Hiện Tại 0.5
Cập Nhật Lần Cuối 2013-11-06
Ngày Phát Hành 2013-11-05
Đánh Giá 4.67/5 Tổng số 24 Đánh Giá
Nhà Phát Triển Chris Dzombak
Loại Thanh Toán free
Trang Web Mở Rộng http://github.com/cdzombak/SaveTabs
URL Trang Trợ Giúp http://github.com/cdzombak/SaveTabs/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SaveTabs",
    "author": "Chris Dzombak ",
    "manifest_version": 2,
    "version": "0.5",
    "description": "Save the tabs in your current window to a new, timestamped, bookmarks folder.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Save tabs in a new bookmarks folder"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "homepage_url": "http:\/\/github.com\/cdzombak\/SaveTabs",
    "options_page": "options.html",
    "permissions": [
        "bookmarks",
        "tabs",
        "alarms"
    ],
    "icons": {
        "16": "icon\/icon-16.png",
        "48": "icon\/icon-48.png",
        "128": "icon\/icon-128.png"
    }
}