Stash It

Bookmarks any page to your account at Stash It

Stash Itとは何ですか?

Stash Itはhttps://stashit.pwによって開発されたChromeの拡張機能で、その主な機能は「Bookmarks any page to your account at Stash It」です。

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

screenshot

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

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

拡張機能の使用方法

                        Stash It is a service that allows you to save any webpage with the click of a button. It's useful for times you don't have time to look at something or just want to come back to it later.

Stash It is a great way to save your favorite articles on the web and we'll even keep a backup for you.                    

拡張機能の基本情報

名前 Stash It Stash It
ID kiampenlggkcbinagaglpcbhbghpdmah
公式URL https://chromewebstore.google.com/detail/stash-it/kiampenlggkcbinagaglpcbhbghpdmah
説明 Bookmarks any page to your account at Stash It
ファイルサイズ 11.28 KB
インストール数 13
現在のバージョン 1.8
最終更新日 2015-09-11
公開日 2015-09-11
開発者 https://stashit.pw
支払い方法 free
拡張機能のウェブサイト https://stashitt.pw
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stash It",
    "short_name": "Stash It",
    "description": "Bookmarks any page to your account at Stash It",
    "homepage_url": "https:\/\/stashit.pw",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "Stash It"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "version": "1.8",
    "manifest_version": 2
}