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文件

下載URL Manager擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}