Simply Tabs Saver

Quickly save or restore all tabs with just a click!

Simply Tabs Saverとは何ですか?

Simply Tabs Saverはhttps://apoorv.proによって開発されたChromeの拡張機能で、その主な機能は「Quickly save or restore all tabs with just a click!」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        You can save opened tabs, with just a single click.
With that extension you could save all opened tabs in current window. This is realy good, when you often need to open many tabs on different subjects, with a single click.

Features: 
1. Possibility to Save opened tabs with unique name and reopening them in future with single click.
2. Possibility to Open different tabs in previously saved group.
3. Possibility to Delete saved tabs.
4. Possibility to Update existing tabs group with the current open tabs.
5. Possibility to Open tab groups(multiple tabs) with a single click.
6. Possibility to reset links.

Hints:
Use single Left Mouse click on links to open a new tab. The link will open up in new tab.
Use single Left Mouse click on tab group link to open all tab links present in the tab group.                    

拡張機能の基本情報

名前 Simply Tabs Saver Simply Tabs Saver
ID aobclpbhnodnafnndcfgfecfeloganfm
公式URL https://chromewebstore.google.com/detail/simply-tabs-saver/aobclpbhnodnafnndcfgfecfeloganfm
説明 Quickly save or restore all tabs with just a click!
ファイルサイズ 109 KB
インストール数 1,605
現在のバージョン 1.0.3
最終更新日 2013-02-05
公開日 2013-02-04
評価 2.78/5 合計 23 レビュー
開発者 https://apoorv.pro
支払い方法 free
拡張機能のウェブサイト https://github.com/ApoorvSaxena/Multiple-Tab-Saver
ヘルプページのURL https://github.com/ApoorvSaxena/Multiple-Tab-Saver
対応言語 de,en,fr,es,ru
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_application_title__",
    "version": "1.0.3",
    "description": "__MSG_application_description__",
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "24": "icon24.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "name": "Quickly Save Tabs",
        "default_icon": "icon16.png",
        "default_popup": "popup.html",
        "default_title": "Save Tabs"
    },
    "default_locale": "en",
    "manifest_version": 2
}