URL SAVER

This extension saves the pages where you at

URL SAVER란 무엇입니까?

URL SAVER은(는) https://mrluissan.ninja에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension saves the pages where you at"입니다.

URL SAVER 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        With this extension you will be able to keep the websites you are visiting in a safe place. So that whenever you want to continue read them you'll have them there.
You are also able to bind a shortcut to save the pages and also open the extension.

I think this extension brings something different to what bookmarks do, and it's that you can save the page really quick and also it has a better design than bookmarks.                    

확장 프로그램 기본 정보

이름 URL SAVER URL SAVER
ID ipafapbbcgjnehnjgmlgjmclofgkffjc
공식 URL https://chromewebstore.google.com/detail/url-saver/ipafapbbcgjnehnjgmlgjmclofgkffjc
설명 This extension saves the pages where you at
파일 크기 713 KB
설치 횟수 56
현재 버전 2
최근 업데이트 2017-07-05
출시 날짜 2017-07-04
평점 5.00/5 총 1 개의 평점
개발자 https://mrluissan.ninja
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL SAVER",
    "description": "This extension saves the pages where you at ",
    "version": "2",
    "author": "Luis Adame Rodr\u00edguez - @mrluissan",
    "homepage_url": "https:\/\/mrluissan.ninja",
    "commands": {
        "saveTab": {
            "suggested_key": {
                "default": "Ctrl+Q",
                "mac": "Command+Q"
            },
            "description": "Saves the url"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "\/icons\/icon.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "\/icons\/icon.png",
        "32": "\/icons\/icon32.png",
        "48": "\/icons\/icon48.png",
        "64": "\/icons\/icon64.png",
        "128": "\/icons\/icon128.png"
    },
    "permissions": [
        "tabs",
        "notifications"
    ]
}