Tab Snapshots

Preserve opened tabs, and revert.

What is Tab Snapshots?

Tab Snapshots is a Chrome extension developed by Phiyory, and its main feature is "Preserve opened tabs, and revert.".

Extension Screenshots

screenshot

Download Tab Snapshots Extension CRX File

Download Tab Snapshots 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

                        詳細説明16000                    

Extension Basic Information

Name Tab Snapshots Tab Snapshots
ID kmdjdpdfgcfhcgdnalbkieekamggeceg
Official URL https://chromewebstore.google.com/detail/tab-snapshots/kmdjdpdfgcfhcgdnalbkieekamggeceg
Description Preserve opened tabs, and revert.
File Size 147 KB
Installation Count 4,189
Current Version 1.2.0
Last Updated 2014-11-27
Publish Date 2014-11-27
Rating 4.57/5 Total 7 Ratings
Developer Phiyory
Payment Type free
Supported Languages en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.2.0",
    "browser_action": {
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        },
        "default_title": "__MSG_default_title__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "storage",
        "unlimitedStorage"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "minimum_chrome_version": "30.0.1599.101",
    "options_page": "options\/options.html",
    "default_locale": "ja",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/code.jquery.com; object-src 'self'",
    "manifest_version": 2
}