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
公式URL 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"
        ]
    }
}