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
公式URL 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
}