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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    ]
}