Link Saver

Save links for use later.

Link Saver란 무엇입니까?

Link Saver은(는) https://www.acarpetcleaninglasvegas.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save links for use later."입니다.

확장 프로그램 스크린샷

screenshot

Link Saver 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        In short we created a way to quickly save links, in a fast, small, on the fly, noninvasive, application. 

Some of our customers keep asking for us to help organize our stain removal blogs, and how we should put them all together so they can easily jump between the pages.

 We are a carpet, tile, and upholstery cleaning company locate in the awesome Las Vegas Nevada. We found out that making some add on applications and extensions for our favorite browser is going to drastically help our customers out with being able to cross reference, save, and share our cleaning content and others content for easy access. We have a couple more more always in the works as we weren't ever able to find a minimalistic approach to easy to use applications so we decided to start making our own and thought why not share them?
GreenWay Carpet Cleaning
1516 E TROPICANA Ave,
Ste 136,Las Vegas,NV 89119
Telephone: (702) 460-0602
https://www.acarpetcleaninglasvegas.com                    

확장 프로그램 기본 정보

이름 Link Saver Link Saver
ID ilogkbfogccnpejjoabejkdlcmimbmem
공식 URL https://chrome.google.com/webstore/detail/link-saver/ilogkbfogccnpejjoabejkdlcmimbmem
설명 Save links for use later.
파일 크기 118 KB
설치 횟수 15
현재 버전 1
최근 업데이트 2018-03-13
출시 날짜 2018-03-13
개발자 https://www.acarpetcleaninglasvegas.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.acarpetcleaninglasvegas.com
개인정보 보호 정책 페이지 URL https://www.acarpetcleaninglasvegas.com
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Link Saver",
    "description": "Save links for use later.",
    "version": "1",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/custom.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    }
}