Pop up notes

Simple way of taking quick notes

什么是Pop up notes?

Pop up notes是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Simple way of taking quick notes”。

扩展截图

screenshot
screenshot

下载Pop up notes扩展crx文件

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

扩展使用说明

                        Simple way of taking and managing quick notes 


1) Allows you to add/delete new tabs and take notes 
2) Allows you edit your content as per your liking 

This is version 1.  New features will be added in the upcoming versions 


Any comments and suggestions will be appreciated 

Thank you.                    

扩展基本信息

名称 Pop up notes Pop up notes
ID gadonekoamhlbfjfpleffgbbebgdgnik
官方URL https://chromewebstore.google.com/detail/pop-up-notes/gadonekoamhlbfjfpleffgbbebgdgnik
简介 Simple way of taking quick notes
文件大小 1.24 MB
安装次数 53
当前版本 1.0
更新时间 2020-01-20
上架时间 2020-01-19
评分 5.00/5 共7次评分
开发者 Unknown
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pop up notes",
    "description": "Simple way of taking quick notes",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        "assets\/css\/*",
        "assets\/js\/*",
        "assets\/fonts\/*"
    ]
}