Chrome Url Saver

Save and Load currectly opened sites

What is Chrome Url Saver?

Chrome Url Saver is a Chrome extension developed by replayer0, and its main feature is "Save and Load currectly opened sites".

Extension Screenshots

screenshot
screenshot

Download Chrome Url Saver Extension CRX File

Download Chrome Url Saver extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Chrome Url Saver Chrome Url Saver
ID inhocmadkfmhncnfjpkjfnojfdiaghfg
Official URL https://chromewebstore.google.com/detail/chrome-url-saver/inhocmadkfmhncnfjpkjfnojfdiaghfg
Description Save and Load currectly opened sites
File Size 13.28 KB
Installation Count 1,404
Current Version 1.0.2
Last Updated 2022-09-28
Publish Date 2016-11-23
Rating 4.86/5 Total 35 Ratings
Developer replayer0
Email [email protected]
Payment Type free
Supported Languages 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",
        ""
    ]
}