Bookmark Updater

A button that quickly updates the closest bookmark found to the open tab.

Τι είναι το Bookmark Updater;

Το Bookmark Updater είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον alexander.bruun, και η κύρια λειτουργία του είναι "A button that quickly updates the closest bookmark found to the open tab.".

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

screenshot

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

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

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

                        Update existing bookmarks while surfing the web, and create new bookmarks if your current tab doesn't match any of your saved bookmarks.                    

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

Όνομα Bookmark Updater Bookmark Updater
ID hjhffdgfjfkkjnllljaidejgbhhldice
Επίσημο URL https://chromewebstore.google.com/detail/bookmark-updater/hjhffdgfjfkkjnllljaidejgbhhldice
Περιγραφή A button that quickly updates the closest bookmark found to the open tab.
Μέγεθος Αρχείου 7.8 KB
Αριθμός Εγκαταστάσεων 24
Τρέχουσα Έκδοση 1.1.0
Τελευταία Ενημέρωση 2022-02-19
Ημερομηνία Δημοσίευσης 2021-01-12
Αξιολόγηση 4.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής alexander.bruun
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "author": "Alexander Bruun",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bookmark Updater",
    "description": "A button that quickly updates the closest bookmark found to the open tab.",
    "version": "1.1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "bookmarks",
        "tabs"
    ],
    "browser_action": {
        "default_title": "Bookmark Updater",
        "default_icon": "icon.png"
    },
    "offline_enabled": true
}