Link Save

This extensions saves your links for later visits.

什麼是Link Save?

Link Save是由Daniel Stoica開發的Chrome擴展程式,該擴展的主要功能是“This extensions saves your links for later visits.”。

擴展截圖

screenshot
screenshot
screenshot

下載Link Save擴展crx文件

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

擴展使用說明

                        This extension offers the simplest ways to store and access your favorite links!

Here are the most important things you can do with this extension:

1. You can save links by typing them manually (url and title).
2. You can save by simply clicking on the link displayed on any web page, followed by selecting the "Save URL for later" option.
3. You can easily find any link from the saved list using the search function.
4. You can easily access a saved link on the phone, first generating a qr code and then scanning it.
5. You can always delete any saved link or even the entire list.

Enjoy using it!
Daniel Stoica                    

擴展基本資訊

名稱 Link Save Link Save
ID hnpbcoobdmlojdacjmjgglfmnaakenod
官方網址 https://chromewebstore.google.com/detail/link-save/hnpbcoobdmlojdacjmjgglfmnaakenod
簡介 This extensions saves your links for later visits.
檔案大小 28.78 KB
安裝次數 70
目前版本 1.0
更新時間 2017-12-21
上架時間 2017-12-21
評分 5.00/5 共 1 次評分
開發者 Daniel Stoica
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Link Save",
    "version": "1.0",
    "description": "This extensions saves your links for later visits.",
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "notifications",
        "contextMenus"
    ]
}