URL Manager

Manage url and save it in session.

URL Manager란 무엇입니까?

URL Manager은(는) https://www.xtensionizer.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Manage url and save it in session."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Tired of traditional way of saving bookmarks here is “URL Manager” to improve your work style. 


Save all open tabs in single click and give relevant name to all open tabs, simply click on saved session to open all tabs again in anytime future. You can even open single url from saved session. 

It’s lightweight, quick and easy to understand. Use and avoid traditional way of saving bookmarks and save time.  Enjoy new style of saving your URL. It is a life saver when you work on multiple tabs. 

Please rate us and give us your feedback if you need any additional feature.                    

확장 프로그램 기본 정보

이름 URL Manager URL Manager
ID kimpejpocgfifoneopogifkfbaehgjaj
공식 URL https://chromewebstore.google.com/detail/url-manager/kimpejpocgfifoneopogifkfbaehgjaj
설명 Manage url and save it in session.
파일 크기 195 KB
설치 횟수 80
현재 버전 1.0.0
최근 업데이트 2023-03-22
출시 날짜 2019-09-08
개발자 https://www.xtensionizer.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://xtensionizer.in/privacy.html
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL Manager",
    "short_name": "URL Manager",
    "version": "1.0.0",
    "description": "Manage url and save it in session.",
    "icons": {
        "16": "images\/Icon-16.png",
        "32": "images\/Icon-32.png",
        "48": "images\/Icon-48.png",
        "64": "images\/Icon-64.png",
        "128": "images\/Icon-128.png"
    },
    "permissions": [
        "tabs",
        "topSites",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/Icon-19.png",
            "38": "images\/Icon-38.png"
        },
        "default_title": "URL Manager",
        "default_popup": "html\/urlManager.html"
    }
}