Browser Notes

Take and save notes, which change depending on the page you're viewing.

什么是Browser Notes?

Browser Notes是由ppopsacul开发的Chrome扩展程序,该扩展的主要功能是“Take and save notes, which change depending on the page you're viewing.”。

扩展截图

screenshot

下载Browser Notes扩展crx文件

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

扩展使用说明

                                            

扩展基本信息

名称 Browser Notes Browser Notes
ID mdmpjhpjbiglieliboipdlededkhhikp
官方URL https://chrome.google.com/webstore/detail/browser-notes/mdmpjhpjbiglieliboipdlededkhhikp
简介 Take and save notes, which change depending on the page you're viewing.
文件大小 32.68 KB
安装次数 33
当前版本 1.1
更新时间 2013-12-01
上架时间 2013-12-01
评分 5.00/5 共1次评分
开发者 ppopsacul
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Browser Notes",
    "version": "1.1",
    "description": "Take and save notes, which change depending on the page you're viewing.",
    "icons": {
        "16": "icon16.png",
        "19": "icon19.png",
        "38": "icon38.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "Click to take notes",
        "default_popup": "popup.html"
    }
}