Stashio [URL Saver]

Save URLs to your Stash. You don't have to open several tabs anymore. Keep URLs in your Stash and come back to them anytime.

Stashio [URL Saver]とは何ですか?

Stashio [URL Saver]はgeneraleyeによって開発されたChromeの拡張機能で、その主な機能は「Save URLs to your Stash. You don't have to open several tabs anymore. Keep URLs in your Stash and come back to them anytime.」です。

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

screenshot
screenshot

Stashio [URL Saver]拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Too many tabs open in your browser?
Hello there, Stashio is here to fix that.
Save important URLs to your Stash and come back to them later.

Features:
 • Save URL of your current Tab
 • Save URLs of all Tabs in your browser
 • Manage Saved URLs in your stash
 • Stashio is synced with your Google account 

Impressed yet? :)
Please Share with your friends and don't forget to Rate it.                    

拡張機能の基本情報

名前 Stashio [URL Saver] Stashio [URL Saver]
ID iiddbgfemncjgcakigjjcifnjkhiombp
公式URL https://chromewebstore.google.com/detail/stashio-url-saver/iiddbgfemncjgcakigjjcifnjkhiombp
説明 Save URLs to your Stash. You don't have to open several tabs anymore. Keep URLs in your Stash and come back to them anytime.
ファイルサイズ 43.3 KB
インストール数 443
現在のバージョン 1.0.2
最終更新日 2016-12-20
公開日 2016-12-20
評価 4.67/5 合計 3 レビュー
開発者 generaleye
支払い方法 free
対応言語 en
manifest.json
{
    "name": "Stashio [URL Saver]",
    "short_name": "Stashio",
    "description": "Save URLs to your Stash. You don't have to open several tabs anymore. Keep URLs in your Stash and come back to them anytime.",
    "icons": {
        "32": "icons\/logo_32.png",
        "48": "icons\/logo_48.png",
        "128": "icons\/logo_128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": []
    },
    "browser_action": {
        "default_icon": "icons\/logo_48.png",
        "default_popup": "popup.html",
        "default_title": "Save URLs to your Stash"
    },
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.2",
    "author": "generaleye ",
    "offline_enabled": true
}