Link Save

An extension to save the links of all all open tabs to read later

Link Saveとは何ですか?

Link Saveはabden003によって開発されたChromeの拡張機能で、その主な機能は「An extension to save the links of all all open tabs to read later」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Link Save拡張機能のCRXファイルをダウンロード

Link Save拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Ever have a thousand tabs open? Have you ever not wanted to close your browser so you don't lose all your tabs? Well lucky for you LinkSave is here. LinkSave is a chrome extension that saves all your tabs. LinkSave will save all of the tabs in the currently active chrome window into your bookmarks.  We created this app to help you keep track of all the tabs you want to read one day.  This extension is easy to use, and all it does is basically bookmark all your tabs (or the ones you select).  It will save everything in your bookmark folder under the "LinkSave" folder.                    

拡張機能の基本情報

名前 Link Save Link Save
ID kbobnagbmjmpcpioklajkgafggfdcafe
公式URL https://chromewebstore.google.com/detail/link-save/kbobnagbmjmpcpioklajkgafggfdcafe
説明 An extension to save the links of all all open tabs to read later
ファイルサイズ 43.1 KB
インストール数 1,145
現在のバージョン 1.3
最終更新日 2015-06-17
公開日 2015-06-16
評価 4.00/5 合計 2 レビュー
開発者 abden003
支払い方法 free
拡張機能のウェブサイト http://sudohalt.github.io/LinkSave/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Link Save",
    "description": "An extension to save the links of all all open tabs to read later",
    "version": "1.3",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "bookmarks"
    ],
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    }
}