Tab Notes

Add notes to your Chrome tabs. Just for Michael

Qu'est-ce que Tab Notes ?

Tab Notes est une extension Chrome développée par Swaraj, et sa fonction principale est "Add notes to your Chrome tabs. Just for Michael".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Tab Notes

Téléchargez les fichiers d'extension Tab Notes au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Tab Notes Tab Notes
ID jgodkedciialncikdiiaicbpfhgdagfk
URL Officiel https://chromewebstore.google.com/detail/tab-notes/jgodkedciialncikdiiaicbpfhgdagfk
Description Add notes to your Chrome tabs. Just for Michael
Taille du Fichier 45.1 KB
Nombre d'Installations 292
Version Actuelle 1.1
Dernière Mise à Jour 2014-07-01
Date de Publication 2014-07-01
Évaluation 3.75/5 Total 4 Évaluations
Développeur Swaraj
Type de Paiement free
Langues Prises en Charge 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"
    }
}