CheckPoint

Save currently open browser tabs, and Restore later

CheckPointとは何ですか?

CheckPointはpurudpdによって開発されたChromeの拡張機能で、その主な機能は「Save currently open browser tabs, and Restore later」です。

拡張機能のスクリーンショット

screenshot

CheckPoint拡張機能のCRXファイルをダウンロード

CheckPoint拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The extension allows you to save all the currently opened tabs and restore them at any time later.

Version-1.3 brings better design                    

拡張機能の基本情報

名前 CheckPoint CheckPoint
ID ekfpfbmkccjmhanfdgafajkmihbckjhn
公式URL https://chromewebstore.google.com/detail/checkpoint/ekfpfbmkccjmhanfdgafajkmihbckjhn
説明 Save currently open browser tabs, and Restore later
ファイルサイズ 204 KB
インストール数 127
現在のバージョン 1.3
最終更新日 2016-08-25
公開日 2016-08-24
評価 5.00/5 合計 4 レビュー
開発者 purudpd
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CheckPoint",
    "description": "Save currently open browser tabs, and Restore later",
    "version": "1.3",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "CheckPoint"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "tabs",
        "storage"
    ]
}