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
}