Tab Notes

Add notes to your Chrome tabs. Just for Michael

什么是Tab Notes?

Tab Notes是由Swaraj开发的Chrome扩展程序,该扩展的主要功能是“Add notes to your Chrome tabs. Just for Michael”。

扩展截图

screenshot

下载Tab Notes扩展crx文件

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

扩展使用说明

                        This extension lets you add a small note to any tab you are browsing via a small icon in the Omnibox. The icon changes based on if there is a note on the current tab. Notes are synced across Chrome sessions.

~ Swaraj Banerjee                    

扩展基本信息

名称 Tab Notes Tab Notes
ID jgodkedciialncikdiiaicbpfhgdagfk
官方URL https://chromewebstore.google.com/detail/tab-notes/jgodkedciialncikdiiaicbpfhgdagfk
简介 Add notes to your Chrome tabs. Just for Michael
文件大小 45.1 KB
安装次数 292
当前版本 1.1
更新时间 2014-07-01
上架时间 2014-07-01
评分 3.75/5 共4次评分
开发者 Swaraj
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Notes",
    "description": "Add notes to your Chrome tabs. Just for Michael",
    "version": "1.1",
    "icons": {
        "16": "images\/notepadIcon16.png",
        "48": "images\/notepadIcon48.png",
        "128": "images\/notepadIcon128.png"
    },
    "background": {
        "scripts": [
            "vendor\/md5.min.js",
            "utils.js",
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "page_action": {
        "default_icon": {
            "19": "images\/notepadEmpty19.png",
            "38": "images\/notepadEmpty38.png"
        },
        "default_title": "View Tab Note",
        "default_popup": "note.html"
    }
}