Save All Tab URLs

Get the raw URLs of all your open tabs!

Save All Tab URLs란 무엇입니까?

Save All Tab URLs은(는) Erisa A에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get the raw URLs of all your open tabs!"입니다.

확장 프로그램 스크린샷

screenshot

Save All Tab URLs 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        When clicked, this extension shows all the URLs of your open tabs in a convenient way for you to copy/paste and save wherever you want, allowing you to re-visit all the open tabs you had the last time you used your browser!                    

확장 프로그램 기본 정보

이름 Save All Tab URLs Save All Tab URLs
ID bgjfbcjoaghcfdhnnnnaofkjbnelkkcm
공식 URL https://chromewebstore.google.com/detail/save-all-tab-urls/bgjfbcjoaghcfdhnnnnaofkjbnelkkcm
설명 Get the raw URLs of all your open tabs!
파일 크기 13.36 KB
설치 횟수 1,851
현재 버전 0.1.4
최근 업데이트 2019-10-14
출시 날짜 2019-10-13
평점 5.00/5 총 5 개의 평점
개발자 Erisa A
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://erisa.uk/privacy
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save All Tab URLs",
    "description": "Get the raw URLs of all your open tabs!",
    "version": "0.1.4",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "48": "icons\/logo-48.png",
        "96": "icons\/logo-96.png",
        "256": "icons\/logo-256.png"
    },
    "browser_action": {
        "default_icon": {
            "48": "icons\/logo-48.png",
            "96": "icons\/logo-96.png",
            "256": "icons\/logo-256.png"
        }
    },
    "permissions": [
        "tabs"
    ]
}