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
公式URL 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
Eメール [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",
        ""
    ]
}