Linkout

Select several links at once for opening in tabs

什么是Linkout?

Linkout是由Jonathan Webb开发的Chrome扩展程序,该扩展的主要功能是“Select several links at once for opening in tabs”。

扩展截图

screenshot
screenshot

下载Linkout扩展crx文件

下载Linkout扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Linkout will let you automatically open multiple links on a page as new Chrome tabs. Click the icon, and select the links you want to open. You can filter the list with a search string.                    

扩展基本信息

名称 Linkout Linkout
ID chbbpcapjfcgnpinhblfdeenkpmccmbf
官方URL https://chromewebstore.google.com/detail/linkout/chbbpcapjfcgnpinhblfdeenkpmccmbf
简介 Select several links at once for opening in tabs
文件大小 7.1 KB
安装次数 146
当前版本 1.0
更新时间 2012-12-03
上架时间 2012-12-02
评分 4.67/5 共3次评分
开发者 Jonathan Webb
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Linkout",
    "version": "1.0",
    "manifest_version": 2,
    "minimum_chrome_version": "16.0.884",
    "description": "Select several links at once for opening in tabs",
    "browser_action": {
        "default_title": "Open links on this page",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        ""
    ]
}