Tab url reader and opener

This extension reads and lists the url of all open tabs. In addition it can save urls to open in separate tabs with a click.

什么是Tab url reader and opener?

Tab url reader and opener是由husypb开发的Chrome扩展程序,该扩展的主要功能是“This extension reads and lists the url of all open tabs. In addition it can save urls to open in separate tabs with a click.”。

扩展截图

screenshot

下载Tab url reader and opener扩展crx文件

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

扩展使用说明

                                            

扩展基本信息

名称 Tab url reader and opener Tab url reader and opener
ID fodjpnjccjliapgmfjlcjnolcdolgemd
官方URL https://chromewebstore.google.com/detail/tab-url-reader-and-opener/fodjpnjccjliapgmfjlcjnolcdolgemd
简介 This extension reads and lists the url of all open tabs. In addition it can save urls to open in separate tabs with a click.
文件大小 144 KB
安装次数 30
当前版本 0.7.0
更新时间 2017-02-09
上架时间 2017-02-09
评分 5.00/5 共1次评分
开发者 husypb
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab url reader and opener",
    "version": "0.7.0",
    "manifest_version": 2,
    "description": "This extension reads and lists the url of all open tabs. In addition it can save urls to open in separate tabs with a click.",
    "browser_action": {
        "default_icon": "pugapps48.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "pugapps16.png",
        "48": "pugapps48.png",
        "128": "pugapps128.png"
    },
    "permissions": [
        "tabs"
    ]
}