Easy Tab URL

Allow you get all tab's url, save to local file system, load all urls from file, etc.

Easy Tab URL란 무엇입니까?

Easy Tab URL은(는) coder.chenzhi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allow you get all tab's url, save to local file system, load all urls from file, etc."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Features:
- get all tabs' urls
- copy all tabs' urls to clipboard(Chrome only!)
- save all tabs' urls to local file
- read local file and open all urls in the file(file generated from 'save' function)

This extension is opensourced at https://github.com/coder-chenzhi/EasyTabURL-ChromeExtension.

==========ChangeLog===========
2018.3.11 (v0.4.0)
- add tab titles (this is compatible with old version's file format)
- open all urls in new window
- keep the tab order when open all urls from local file                    

확장 프로그램 기본 정보

이름 Easy Tab URL Easy Tab URL
ID fccbmnpilngffifjlblcnaaeoahbamfp
공식 URL https://chromewebstore.google.com/detail/easy-tab-url/fccbmnpilngffifjlblcnaaeoahbamfp
설명 Allow you get all tab's url, save to local file system, load all urls from file, etc.
파일 크기 642 KB
설치 횟수 691
현재 버전 0.4.0
최근 업데이트 2018-03-11
출시 날짜 2018-03-10
평점 4.09/5 총 11 개의 평점
개발자 coder.chenzhi
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/coder-chenzhi/EasyTabURL-ChromeExtension
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Tab URL",
    "version": "0.4.0",
    "description": "Allow you get all tab's url, save to local file system, load all urls from file, etc.",
    "browser_action": {
        "default_icon": "images\/16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "permissions": [
        "tabs"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}