Easy Tab URL

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

什麼是Easy Tab URL?

Easy Tab URL是由coder.chenzhi開發的Chrome擴展程式,該擴展的主要功能是“Allow you get all tab's url, save to local file system, load all urls from file, etc.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Easy Tab URL擴展crx文件

下載Easy Tab URL擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Easy Tab URL Easy Tab URL
ID fccbmnpilngffifjlblcnaaeoahbamfp
官方網址 https://chromewebstore.google.com/detail/easy-tab-url/fccbmnpilngffifjlblcnaaeoahbamfp
簡介 Allow you get all tab's url, save to local file system, load all urls from file, etc.
檔案大小 642 KB
安裝次數 691
目前版本 0.4.0
更新時間 2018-03-11
上架時間 2018-03-10
評分 4.09/5 共 11 次評分
開發者 coder.chenzhi
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/coder-chenzhi/EasyTabURL-ChromeExtension
支援的語言 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'"
}