TabLinkList

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

What is TabLinkList?

TabLinkList is a Chrome extension developed by https://home.u03.itscom.net/skyblue, and its main feature is "This extension makes a list of title and URL from selected tabs.".

Extension Screenshots

screenshot

Download TabLinkList Extension CRX File

Download TabLinkList extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        これは、現在開いているタブの一覧の中から選択されたタブのタイトルと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/                    

Extension Basic Information

Name TabLinkList TabLinkList
ID dimkgicbconccdphlpgonbfmdnlkoaim
Official URL https://chromewebstore.google.com/detail/tablinklist/dimkgicbconccdphlpgonbfmdnlkoaim
Description This extension makes a list of title and URL from selected tabs.
File Size 19.6 KB
Installation Count 76
Current Version 0.6.3
Last Updated 2013-05-27
Publish Date 2013-05-27
Developer https://home.u03.itscom.net/skyblue
Payment Type free
Extension Website https://github.com/skybluefactory/TabLinkList
Help Page URL https://github.com/skybluefactory/TabLinkList
Supported Languages 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
}