AnnoTabe

Leave annotations on tabs you want to get back to later

Was ist AnnoTabe?

AnnoTabe ist eine Chrome-Erweiterung, die von Manish Goregaokar entwickelt wurde, und ihr Hauptmerkmal ist "Leave annotations on tabs you want to get back to later".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

AnnoTabe-Erweiterungs-CRX-Datei herunterladen

Laden Sie AnnoTabe-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

                        Sometimes one ends up with a lot of tabs, each of which has some unfinished task associated with it -- which is why the tab hasn't been closed. 


This extension lets one annotate tabs with extra information. This information can be associated with the particular tab (by unticking the "persist" option), or just the page URL. This is useful both for remembering why you had a tab open, and for recovering from crashes.

The extension will have a yellow icon on tabs with annotations.

One can also view a list of all the annotations, and go to the relevant tab directly from there.

See http://softwarerecs.stackexchange.com/a/1913/19 for more information.

Special thanks to @TildalWave for the icon!                    

Grundlegende Informationen zur Erweiterung

Name AnnoTabe AnnoTabe
ID fdhebnledngmjdkhgamneiapbmjeigee
Offizielle URL https://chromewebstore.google.com/detail/annotabe/fdhebnledngmjdkhgamneiapbmjeigee
Beschreibung Leave annotations on tabs you want to get back to later
Dateigröße 23.89 KB
Installationsanzahl 164
Aktuelle Version 1.3.4
Letztes Update 2015-04-29
Veröffentlichungsdatum 2015-04-29
Bewertung 5.00/5 Insgesamt 6 Bewertungen
Entwickler Manish Goregaokar
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AnnoTabe",
    "description": "Leave annotations on tabs you want to get back to later",
    "version": "1.3.4",
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icontildal19.png",
            "38": "icontildal19.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icontildalactive16.png",
        "48": "icontildalactive48.png",
        "128": "icontildalactive128.png"
    },
    "incognito": "spanning"
}