TabToLink

Change the opened page to link. Easy to make your links. It is available for temporary save of too many tabs

什麼是TabToLink?

TabToLink是由newstep開發的Chrome擴展程式,該擴展的主要功能是“Change the opened page to link. Easy to make your links. It is available for temporary save of too many tabs”。

擴展截圖

screenshot
screenshot
screenshot

下載TabToLink擴展crx文件

下載TabToLink擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        TabToLink simply makes link of opened tab, and you can easily make your links.

[ How to use ]
1. Click the "TabToLink" icon and push the "Save" to save the current tab as link.
2. Click the "TabToLink" icon and push the "Display list" to display the saved link list.
3. Click the "TabToLink" icon and push the "Save & close all" to save all the tabs and close the tabs other than current tab (and pinned tabs).

* You can save 300 links.
* Push the "Del" button in the link list to delete the unnecessary link. 
* You can also save the link collection to a file.                    

擴展基本資訊

名稱 TabToLink TabToLink
ID fdbgbkipjopaoioobnhceghnocdoghpg
官方網址 https://chrome.google.com/webstore/detail/tabtolink/fdbgbkipjopaoioobnhceghnocdoghpg
簡介 Change the opened page to link. Easy to make your links. It is available for temporary save of too many tabs
檔案大小 31.44 KB
安裝次數 206
目前版本 1.8.0
更新時間 2017-11-02
上架時間 2017-11-02
評分 4.86/5 共 7 次評分
開發者 newstep
付費類型 free
支援的語言 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TabToLink",
    "version": "1.8.0",
    "description": "__MSG_extDescription__",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "TabToLink",
        "default_icon": "icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "icons": {
        "16": "icon16.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}