Multitab I/O

Export a list of URLs from open tabs, or bulk-open a list of pasted URLs.

什麼是Multitab I/O?

Multitab I/O是由dr.zaus開發的Chrome擴展程式,該擴展的主要功能是“Export a list of URLs from open tabs, or bulk-open a list of pasted URLs.”。

擴展截圖

screenshot
screenshot

下載Multitab I/O擴展crx文件

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

擴展使用說明

                        Simplified import/export of your current browsing session: it creates a list of the open tabs from the active window, allowing you to share this list however you choose (e.g. via email or basic text file).  You can also paste that list of urls to open them all in new tabs.

Specifics on usage:
1. It checks for links, one per line
2. Links must be the only thing on the line
3. Links are identified by starting with 'http' or containing '://'
4. Anything not matching link criteria is ignored (i.e. title lines)

Permissions:
1. Tabs and Browsing Activity -- required to get the list of open tabs.  Does not check for anything else.

Inspired by "Tab-Snap", which graciously provides its source code.  Likewise, view full source for this extension at https://github.com/zaus/chrome-ext-multitab-io                    

擴展基本資訊

名稱 Multitab I/O Multitab I/O
ID jolmkddbfhhillmepjmbhjedjnnpgmom
官方網址 https://chromewebstore.google.com/detail/multitab-io/jolmkddbfhhillmepjmbhjedjnnpgmom
簡介 Export a list of URLs from open tabs, or bulk-open a list of pasted URLs.
檔案大小 13.97 KB
安裝次數 345
目前版本 0.1.8
更新時間 2017-07-19
上架時間 2017-07-18
評分 3.67/5 共 3 次評分
開發者 dr.zaus
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Multitab I\/O",
    "version": "0.1.8",
    "description": "Export a list of URLs from open tabs, or bulk-open a list of pasted URLs.",
    "icons": {
        "128": "icon128.png",
        "96": "icon96.png",
        "48": "icon48.png"
    },
    "browser_action": {
        "default_icon": "icon96.png",
        "default_name": "Multitab I\/O",
        "default_title": "Multitab I\/O",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs"
    ]
}