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

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

확장 프로그램 사용 설명서

                        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"
    }
}