Tab Notes

Add notes to your Chrome tabs. Just for Michael

Wat is Tab Notes?

Tab Notes is een Chrome-extensie ontwikkeld door Swaraj, en de belangrijkste functie is "Add notes to your Chrome tabs. Just for Michael".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tab Notes

Download Tab Notes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Tab Notes Tab Notes
ID jgodkedciialncikdiiaicbpfhgdagfk
Officiële URL https://chromewebstore.google.com/detail/tab-notes/jgodkedciialncikdiiaicbpfhgdagfk
Beschrijving Add notes to your Chrome tabs. Just for Michael
Bestandsgrootte 45.1 KB
Aantal Installaties 292
Huidige Versie 1.1
Laatst Bijgewerkt 2014-07-01
Publicatiedatum 2014-07-01
Beoordeling 3.75/5 Totaal 4 Beoordelingen
Ontwikkelaar Swaraj
Betalingswijze free
Ondersteunde Talen 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"
    }
}