Following Bookmarks

Automatically updates bookmarks so that they follow your reading (when you click the starburst).

Was ist Following Bookmarks?

Following Bookmarks ist eine Chrome-Erweiterung, die von https://www.gible.net entwickelt wurde, und ihr Hauptmerkmal ist "Automatically updates bookmarks so that they follow your reading (when you click the starburst).".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Following Bookmarks-Erweiterungs-CRX-Datei herunterladen

Laden Sie Following Bookmarks-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

                        Allows you to bookmark a site and have that bookmark update as you browse, e.g. as you read through a blog or ebook.

The unfilled starburst shows when you visit any bookmarked site. Clicking it turns on following/updating and fills the starburst yellow (just like the bookmark star), clicking again, or closing the tab, turns it off.

While following is enabled the starburst will flash twice each time the bookmark is updated. 

The following/updating behaviour is not persistent, you need to enable it each time you return to the bookmarked site.

KNOWN BUG: The regular bookmark star will not show filled yellow even though the page is bookmarked (See screenshot). If you know how to fix this without forcing a page reload, please email me.

As always, refresh relevant pages after updating.

New in v0.4:
Added workaround for http://crbug.com/86449 that was causing a critical failure.

New in v0.3:
Fixed bug where (while following) visiting a page bookmarked elsewhere changes which bookmark is updated. Now remembers which bookmark to update by bookmark ID and URL rather than searching for the bookmark by URL each time.
The title (tool tip) that appears over an unfilled starburst now says the location of bookmark that will be affected (ie updated when following).                    

Grundlegende Informationen zur Erweiterung

Name Following Bookmarks Following Bookmarks
ID ikjggbacckafalikldfmcjndhgopeoan
Offizielle URL https://chromewebstore.google.com/detail/following-bookmarks/ikjggbacckafalikldfmcjndhgopeoan
Beschreibung Automatically updates bookmarks so that they follow your reading (when you click the starburst).
Dateigröße 10.87 KB
Installationsanzahl 37
Aktuelle Version 0.4
Letztes Update 2012-12-05
Veröffentlichungsdatum 2012-12-05
Bewertung 4.00/5 Insgesamt 7 Bewertungen
Entwickler https://www.gible.net
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Following Bookmarks",
    "version": "0.4",
    "description": "Automatically updates bookmarks so that they follow your reading (when you click the starburst).",
    "manifest_version": 2,
    "permissions": [
        "bookmarks",
        "tabs"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "page_action": {
        "bugfix86449": ""
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}