ABU (Automatic Bookmark Updater)

Update site bookmarks to your current page automatically. Great for webcomics, wikis, blogs, and YouTube!

Τι είναι το ABU (Automatic Bookmark Updater);

Το ABU (Automatic Bookmark Updater) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Josh Powlison, και η κύρια λειτουργία του είναι "Update site bookmarks to your current page automatically. Great for webcomics, wikis, blogs, and YouTube!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης ABU (Automatic Bookmark Updater)

Λήψη αρχείων επέκτασης ABU (Automatic Bookmark Updater) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Tutorial video: https://www.youtube.com/watch?v=6wigmKGt5hQ

Never manually update your bookmarks again. Create ABUkmarks that automatically update as you read webcomics, wikis, or blogs, and even watch YouTube!

Here's how it works:

Say you create an ABUkmark on Page 1 of your favorite webcomic. When you continue to Page 2, your ABUkmark automatically becomes a bookmark to Page 2; go to Page 3, your ABUkmark updates to become a bookmark to Page 3; and so on.

Later when you open up the ABUkmarks folder and click on your new ABUkmark (maybe after moving it out onto the Bookmarks bar) you'll continue reading from Page 3, right where you left off!

(This also works for YouTube playlists, or even saving your spot inside of individual videos)

If you don't want to add to your giant list of bookmarks, you can convert existing bookmarks to ABUkmarks instead of creating new ones!

You can even have multiple ABUkmarks for different sections of the same website. You can follow all of your favorite websites' webcomics and blogs!

Thanks to the following for the use of their webcomics for screenshots:
Laura Cooper (XP): http://xpwebcomic.com/
Kirsty Mordaunt (164 Days): http://164days.co.uk/
Pascalle Lepas (Wilde Life): http://www.wildelifecomic.com/
-----------------------
ABU 1.4 Updates:
-Special fix for MangaHub.io
-Altered some text for clarity

ABU 1.3 Updates:
-Added support for Google Sheets
-Added support for saving your time in YouTube videos (individual videos, and videos in a playlist)

ABU 1.2 Updates:
-Icon is now gray when ABUkmarks aren't used on the current page (rather than a hard-to-differentiate green)
-Completely reworked methods for tracking the current webpage, so it should work for even more sites now and be faster!
-ABUid shouldn't break webpages anymore
-Convert ABUkmarks in lower levels of a site to higher levels safely
-Updates ABUkmarks of webpages not currently focused on
-Remove ABUkmarks from list when they've been manually deleted
-On unABUing, remove ABUid from bookmark URL
-Performance improvements
-Special fix for Webtoons (should get correct URL every time now)
-Special fix for Lezhin (should get correct URL every time now)
-Support for Tapas (their URLs are weird)
-Support for YouTube playlists

At this point, I'll only be updating ABU to fix bugs and add website support. If you find a bug or unsupported website, email me at [email protected] (I don't get notifications from the support page, unfortunately)!

-----------------------
Potential Fixes (If people care- if you do, email me!)
1. Support for YouTube mini player
2. Support for YouTube videos playing in background
3. Don't update YouTube time in querystring- this was an easy solution, but it means when you share videos you'll be sharing them from your current spot.

Feel free to ask for support via GitHub, email, or PM on Twitter!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα ABU (Automatic Bookmark Updater) ABU (Automatic Bookmark Updater)
ID hgakmkcgcfanfhghebegpkbmopbikmkk
Επίσημο URL https://chromewebstore.google.com/detail/abu-automatic-bookmark-up/hgakmkcgcfanfhghebegpkbmopbikmkk
Περιγραφή Update site bookmarks to your current page automatically. Great for webcomics, wikis, blogs, and YouTube!
Μέγεθος Αρχείου 18.63 KB
Αριθμός Εγκαταστάσεων 289
Τρέχουσα Έκδοση 1.4
Τελευταία Ενημέρωση 2020-12-02
Ημερομηνία Δημοσίευσης 2020-04-30
Αξιολόγηση 4.83/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής Josh Powlison
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://joshpowlison.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://joshpowlison.com/
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ABU (Automatic Bookmark Updater)",
    "short_name": "ABU",
    "version": "1.4",
    "description": "Update site bookmarks to your current page automatically. Great for webcomics, wikis, blogs, and YouTube!",
    "author": "Josh Powlison",
    "background": {
        "scripts": [
            "script.js"
        ]
    },
    "icons": {
        "128": "icons\/128blue.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "icons\/128gray.png"
        },
        "default_popup": "popup.html",
        "default_title": "ABU (Automatic Bookmark Updater)"
    },
    "permissions": [
        "tabs",
        "storage",
        "bookmarks",
        ""
    ]
}