TabLinkList

This extension makes a list of title and URL from selected tabs.

什麼是TabLinkList?

TabLinkList是由https://home.u03.itscom.net/skyblue開發的Chrome擴展程式,該擴展的主要功能是“This extension makes a list of title and URL from selected tabs.”。

擴展截圖

screenshot

下載TabLinkList擴展crx文件

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

擴展使用說明

                        これは、現在開いているタブの一覧の中から選択されたタブのタイトルとURLをクリップボードにコピーできる拡張機能です。


This is a Google Chrome extension that makes a list of title and URL from selected tabs.
Then you can copy the list to clipboard.

source code is available at http://github.com/skybluefactory/TabLinkList

Copied text sample is following.
---(e.g.)---
YouTube
http://www.youtube.com/

Google
https://www.google.co.jp/

Yahoo! JAPAN
http://www.yahoo.co.jp/                    

擴展基本資訊

名稱 TabLinkList TabLinkList
ID dimkgicbconccdphlpgonbfmdnlkoaim
官方網址 https://chromewebstore.google.com/detail/tablinklist/dimkgicbconccdphlpgonbfmdnlkoaim
簡介 This extension makes a list of title and URL from selected tabs.
檔案大小 19.6 KB
安裝次數 76
目前版本 0.6.3
更新時間 2013-05-27
上架時間 2013-05-27
開發者 https://home.u03.itscom.net/skyblue
付費類型 free
擴展官網 https://github.com/skybluefactory/TabLinkList
說明頁面URL https://github.com/skybluefactory/TabLinkList
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TabLinkList",
    "description": "This extension makes a list of title and URL from selected tabs.",
    "version": "0.6.3",
    "permissions": [
        "tabs",
        "contextMenus",
        "clipboardWrite"
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon48.png",
        "default_title": "TabLinkList",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2
}