Stack

A key-value based notes app

Stackとは何ですか?

Stackはhttps://stack-writer.comによって開発されたChromeの拡張機能で、その主な機能は「A key-value based notes app」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Rapidly stack your notes, links, meeting notes, todos and random ideas within a new tab. Easily find them later by the key-value based design.                    

拡張機能の基本情報

名前 Stack Stack
ID ompndodadmbcdbhfnoaffhhbamjfelop
公式URL https://chromewebstore.google.com/detail/stack/ompndodadmbcdbhfnoaffhhbamjfelop
説明 A key-value based notes app
ファイルサイズ 144 KB
インストール数 25
現在のバージョン 1.5
最終更新日 2017-06-09
公開日 2017-06-09
評価 3.20/5 合計 5 レビュー
開発者 https://stack-writer.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://stack-writer.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stack",
    "description": "A key-value based notes app",
    "version": "1.5",
    "chrome_url_overrides": {
        "newtab": ".\/index.html"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "assets\/icon_x16.png",
        "48": "assets\/icon_x48.png",
        "128": "assets\/icon_x128.png"
    },
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "background": {
        "page": "background.html"
    }
}