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
官方網址 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"
    ]
}