Tiny notes

Create your tiny notes without leaving current tab

什么是Tiny notes?

Tiny notes是由taras.d开发的Chrome扩展程序,该扩展的主要功能是“Create your tiny notes without leaving current tab”。

扩展截图

screenshot

下载Tiny notes扩展crx文件

下载Tiny notes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 Tiny notes Tiny notes
ID bhpicdlgfpjaidahkmfddkehnmlbljed
官方URL https://chromewebstore.google.com/detail/tiny-notes/bhpicdlgfpjaidahkmfddkehnmlbljed
简介 Create your tiny notes without leaving current tab
文件大小 38.17 KB
安装次数 71
当前版本 1.0.3
更新时间 2017-02-20
上架时间 2017-02-19
评分 5.00/5 共1次评分
开发者 taras.d
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tiny notes",
    "version": "1.0.3",
    "description": "Create your tiny notes without leaving current tab",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Tiny notes",
        "default_icon": {
            "16": "icons\/icon-16.png",
            "24": "icons\/icon-24.png",
            "32": "icons\/icon-32.png"
        }
    }
}