Browser Notes & Reminders
A simple extension which allows you to manage notes in the new tab window
什么是Browser Notes & Reminders?
Browser Notes & Reminders是由ZhivoTech开发的Chrome扩展程序,该扩展的主要功能是“A simple extension which allows you to manage notes in the new tab window”。
扩展截图
下载Browser Notes & Reminders扩展crx文件
下载Browser Notes & Reminders扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        If you need constant reminders while browsing the web, placing them in your new tab area is an ideal solution. 'Browser Notes' does just that. 
A simple extension which allows you to manage your notes in the new tab window.                     扩展基本信息
| 名称 |   |  
| ID | nnafbnadmchgeajpkodbkhknempaiide | 
| 官方URL | https://chromewebstore.google.com/detail/browser-notes-reminders/nnafbnadmchgeajpkodbkhknempaiide | 
| 简介 | A simple extension which allows you to manage notes in the new tab window | 
| 文件大小 | 947 KB | 
| 安装次数 | 196 | 
| 当前版本 | 1.0.0 | 
| 更新时间 | 2019-11-30 | 
| 上架时间 | 2019-11-29 | 
| 评分 | 3.33/5 共3次评分 | 
| 开发者 | ZhivoTech | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 隐私政策页面URL | https://www.meowplayground.com/privacy | 
| 支持的语言 | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Browser Notes & Reminders",
    "version": "1.0.0",
    "description": "A simple extension which allows you to manage notes in the new tab window",
    "background": {
        "persistent": true,
        "scripts": [
            "\/js\/bg.js"
        ]
    },
    "permissions": [],
    "web_accessible_resources": [
        "images\/*.png",
        "js\/*.png",
        "images\/*.jpg",
        "images\/*.svg",
        "js\/*.json",
        "js\/*.atlas",
        "sound\/*.mp3"
    ],
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newTab.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/apis.google.com; object-src 'self'"
}  |  |