Tab Notes
Add notes to your Chrome tabs. Just for Michael
Was ist Tab Notes?
Tab Notes ist eine Chrome-Erweiterung, die von Swaraj entwickelt wurde, und ihr Hauptmerkmal ist "Add notes to your Chrome tabs. Just for Michael".
Erweiterungsscreenshots
Tab Notes-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tab Notes-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Tab Notes |
ID | jgodkedciialncikdiiaicbpfhgdagfk |
Offizielle URL | https://chromewebstore.google.com/detail/tab-notes/jgodkedciialncikdiiaicbpfhgdagfk |
Beschreibung | Add notes to your Chrome tabs. Just for Michael |
Dateigröße | 45.1 KB |
Installationsanzahl | 292 |
Aktuelle Version | 1.1 |
Letztes Update | 2014-07-01 |
Veröffentlichungsdatum | 2014-07-01 |
Bewertung | 3.75/5 Insgesamt 4 Bewertungen |
Entwickler | Swaraj |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |