Random Bookmark

Opens random bookmark at new tab or on-demand

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

Το Random Bookmark είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον benoit.mrejen, και η κύρια λειτουργία του είναι "Opens random bookmark at new tab or on-demand".

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

screenshot

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

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

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

                        Have you ever told yourself "I'm saving this for later", bookmarked a website and forgot about it?

Do you have lots of bookmarks that just accumulate and that you don't even know you have? 

Random Bookmark opens a random bookmark every time you open a new tab.
It is pretty customizable, too.


Also coming with a blocklist feature:
 
Tired of procrastinating instead of working on your stuff?
You keep wasting your time by going from one stupid site to another?

The blocklist redirects blocked sites to a random bookmark instead, so you actually read something interesting while procrastinating.

You can choose to use the "Block address bar option" to only block addresses that are typed. This is namely useful if you have a bookmark that is blocklisted (for example, you might want to block reddit.com but keep one certain reddit thread available.
Random Bookmark                    

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

Όνομα Random Bookmark Random Bookmark
ID fkmbndneokgnjgfakofffnljleeggpeg
Επίσημο URL https://chromewebstore.google.com/detail/random-bookmark/fkmbndneokgnjgfakofffnljleeggpeg
Περιγραφή Opens random bookmark at new tab or on-demand
Μέγεθος Αρχείου 1.05 MB
Αριθμός Εγκαταστάσεων 420
Τρέχουσα Έκδοση 0.3.0
Τελευταία Ενημέρωση 2020-02-09
Ημερομηνία Δημοσίευσης 2020-02-09
Αξιολόγηση 3.83/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής benoit.mrejen
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Random Bookmark",
    "description": "Opens random bookmark at new tab or on-demand",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage",
        "tabs",
        "chrome:\/\/favicon\/",
        "bookmarks",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        ""
    ],
    "options_page": "static\/options.html",
    "browser_action": {
        "default_title": "Open random bookmark",
        "default_icon": {
            "16": "static\/icon16.png",
            "24": "static\/icon24.png",
            "32": "static\/icon32.png"
        }
    },
    "chrome_url_overrides": {
        "newtab": "static\/newtab.html"
    },
    "icons": {
        "16": "static\/icon16.png",
        "24": "static\/icon24.png",
        "32": "static\/icon32.png",
        "64": "static\/icon64.png",
        "128": "static\/icon128.png"
    },
    "manifest_version": 2,
    "version": "0.3.0"
}