Link Saver

‘Link Saver’ is an extension that is a quick and easily accessible way to save all your links in a friendly format.

Link Saverとは何ですか?

Link SaverはMicheal Yandamによって開発されたChromeの拡張機能で、その主な機能は「‘Link Saver’ is an extension that is a quick and easily accessible way to save all your links in a friendly format.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        ‘Link Saver’ is an extension that is primarily developed for anyone who tends to have cluttered tabs but wants a cleaner way to organize the content they know is important. 

Acting similar to a bookmarks bar, it is helpful for the links you need to save shorter term, i.e. a research paper or when you are comparing any purchase through different sources. The uses are truly endless. 

You can search through the links you have saved, are able to see the total number of any links on a given page and quickly find email information or social media links. This allows for quick access to contact information without having to spend the time searching for it.

‘Link Saver’ will sort your links by social media, news, or commerce to keep your tabs organized.

Try it out, and you will quickly begin to see how ‘Link Saver’ can save you time, energy and keep you organized!

HOW TO USE:
Easily save links by right clicking on a link found on the webpage OR by clicking the extension and clicking "Save Current Tab"                    

拡張機能の基本情報

名前 Link Saver Link Saver
ID lhlomndaijcefbhdohcdmnobkliikklh
公式URL https://chromewebstore.google.com/detail/link-saver/lhlomndaijcefbhdohcdmnobkliikklh
説明 ‘Link Saver’ is an extension that is a quick and easily accessible way to save all your links in a friendly format.
ファイルサイズ 72.89 KB
インストール数 1,148
現在のバージョン 1.0.5
最終更新日 2020-05-31
公開日 2020-05-31
評価 4.70/5 合計 10 レビュー
開発者 Micheal Yandam
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Link Saver",
    "version": "1.0.5",
    "description": "\u2018Link Saver\u2019 is an extension that is a quick and easily accessible way to save all your links in a friendly format.",
    "browser_action": {
        "default_popup": "recentlinks.html"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png"
    },
    "options_page": "alllinks.html",
    "manifest_version": 2
}