Save my Tabs

Save all tabs at once.

Save my Tabs là gì?

Save my Tabs là một tiện ích mở rộng Chrome được phát triển bởi SG Web, và tính năng chính của nó là "Save all tabs at once.".

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

screenshot
screenshot
screenshot

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

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

                        The Save my Tabs is an extension that with one click can save all open tabs in your browser.

After the click, you have the option of:
- Select the tab you want to save
- Save to Favorites choosing the directory to be saved or creating a new directory.
- Copy to clipboard, which allows it to where you want to paste the links and can send it by email, message, etc..
In addition to saving the tabs that are open in your browser, Save my Tabs has the capability to open multiple tabs content from a list of URL's. You can select a list of URL's and with the right mouse button to choose "Open links in new tabs."

by SG Web and Monteverde.                    

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

Tên Save my Tabs Save my Tabs
ID djadfifncobffjpicnkiegahdiobpaap
URL Chính Thức https://chromewebstore.google.com/detail/save-my-tabs/djadfifncobffjpicnkiegahdiobpaap
Mô tả Save all tabs at once.
Kích Thước Tệp 25.46 KB
Số Lần Cài Đặt 26,913
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2017-03-13
Ngày Phát Hành 2017-03-13
Đánh Giá 4.03/5 Tổng số 86 Đánh Giá
Nhà Phát Triển SG Web
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/wsiqueira/savemytabs-chrome-ext/
URL Trang Trợ Giúp https://github.com/wsiqueira/savemytabs-chrome-ext/wiki
Ngôn Ngữ Được Hỗ Trợ en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save my Tabs",
    "default_locale": "en",
    "description": "__MSG_description__",
    "manifest_version": 2,
    "version": "1.0.6",
    "background": {
        "scripts": [
            "js\/links.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "bookmarks",
        "tabs"
    ],
    "browser_action": {
        "default_title": "Save my Tabs",
        "default_icon": "img\/icons\/icon48.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "img\/icons\/icon16.png",
        "48": "img\/icons\/icon48.png",
        "128": "img\/icons\/icon128.png"
    }
}