Chrome Url Saver

Save and Load currectly opened sites

什麼是Chrome Url Saver?

Chrome Url Saver是由replayer0開發的Chrome擴展程式,該擴展的主要功能是“Save and Load currectly opened sites”。

擴展截圖

screenshot
screenshot

下載Chrome Url Saver擴展crx文件

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

擴展使用說明

                        This app saves URLs of tabs that are currently opened on your Chrome browser to your Google account to reload them again on Chrome browser at anywhere, anytime.

1. Save the currently open sites to your Google account.
2. You can open your saved sites by logging in to your Google account on another PC or Chrome                    

擴展基本資訊

名稱 Chrome Url Saver Chrome Url Saver
ID inhocmadkfmhncnfjpkjfnojfdiaghfg
官方網址 https://chromewebstore.google.com/detail/chrome-url-saver/inhocmadkfmhncnfjpkjfnojfdiaghfg
簡介 Save and Load currectly opened sites
檔案大小 13.28 KB
安裝次數 1,404
目前版本 1.0.2
更新時間 2022-09-28
上架時間 2016-11-23
評分 4.86/5 共 35 次評分
開發者 replayer0
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrome Url Saver",
    "version": "1.0.2",
    "description": "Save and Load currectly opened sites",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "author": "[email protected]",
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        ""
    ]
}