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

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

확장 프로그램 사용 설명서

                        ‘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
이메일 [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
}