Easy Tab URL

Allow you get all tab's url, save to local file system, load all urls from file, etc.

Easy Tab URL là gì?

Easy Tab URL là một tiện ích mở rộng Chrome được phát triển bởi coder.chenzhi, và tính năng chính của nó là "Allow you get all tab's url, save to local file system, load all urls from file, etc.".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        Features:
- get all tabs' urls
- copy all tabs' urls to clipboard(Chrome only!)
- save all tabs' urls to local file
- read local file and open all urls in the file(file generated from 'save' function)

This extension is opensourced at https://github.com/coder-chenzhi/EasyTabURL-ChromeExtension.

==========ChangeLog===========
2018.3.11 (v0.4.0)
- add tab titles (this is compatible with old version's file format)
- open all urls in new window
- keep the tab order when open all urls from local file                    

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

Tên Easy Tab URL Easy Tab URL
ID fccbmnpilngffifjlblcnaaeoahbamfp
URL Chính Thức https://chromewebstore.google.com/detail/easy-tab-url/fccbmnpilngffifjlblcnaaeoahbamfp
Mô tả Allow you get all tab's url, save to local file system, load all urls from file, etc.
Kích Thước Tệp 642 KB
Số Lần Cài Đặt 691
Phiên Bản Hiện Tại 0.4.0
Cập Nhật Lần Cuối 2018-03-11
Ngày Phát Hành 2018-03-10
Đánh Giá 4.09/5 Tổng số 11 Đánh Giá
Nhà Phát Triển coder.chenzhi
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/coder-chenzhi/EasyTabURL-ChromeExtension
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Tab URL",
    "version": "0.4.0",
    "description": "Allow you get all tab's url, save to local file system, load all urls from file, etc.",
    "browser_action": {
        "default_icon": "images\/16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "permissions": [
        "tabs"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}