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
电子邮箱 [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"
    }
}