WebMark

Load a random page from your bookmarks!

Τι είναι το WebMark;

Το WebMark είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον strgzrs, και η κύρια λειτουργία του είναι "Load a random page from your bookmarks!".

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

screenshot
screenshot
screenshot

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

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

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

                        More and more bookmarks going unvisited? Use WebMark to stop that! If you have a lot of bookmarks to visit later at some point (read: "never"), move or copy them to WebMark folder using Chrome's built-in bookmark manager (Ctrl+Shift+O on Windows/Linux, ⌘+Option+B on Mac, or just chrome://bookmarks). You can also save them as you go by clicking the save button you see once you click on the WebMark icon on the top right(or simply Alt+S). Then when you're bored and need something to read, click on the load button to see a random page from WebMark folder(or simply Alt+Q)!

Notes:
• You can rename or move the WebMark folder. However, we don't create a new one unless it is deleted.

Features available:
• Save bookmarks to WebMark folder
• Load a random page from WebMark folder
• Use keyboard shortcuts to save(Alt+S) and load(Alt+Q) bookmarks
• Choose whether a page is loaded in the current tab or a new tab

If you have any questions, concerns, comments, or criticisms, please feel free to leave a review or reach us at strgzrs@googlegroups.com!                    

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

Όνομα WebMark WebMark
ID lffdekoedjmjgjgnimmgpbcignenpeif
Επίσημο URL https://chromewebstore.google.com/detail/webmark/lffdekoedjmjgjgnimmgpbcignenpeif
Περιγραφή Load a random page from your bookmarks!
Μέγεθος Αρχείου 334 KB
Αριθμός Εγκαταστάσεων 31
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2019-07-12
Ημερομηνία Δημοσίευσης 2019-07-11
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής strgzrs
Ηλεκτρονικό ταχυδρομείο strgzrs@googlegroups.com
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "version": "1.0.2",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "permissions": [
        "bookmarks",
        "notifications",
        "storage",
        "activeTab"
    ],
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "images\/128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "commands": {
        "save": {
            "suggested_key": {
                "default": "Alt+S",
                "mac": "Alt+S"
            },
            "description": "__MSG_saveButton__"
        },
        "load": {
            "suggested_key": {
                "default": "Alt+Q",
                "mac": "Alt+Q"
            },
            "description": "__MSG_loadButton__"
        }
    },
    "icons": {
        "16": "images\/128.png",
        "48": "images\/128.png",
        "128": "images\/128.png"
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' 'sha256-5As4+3YpY62+l38PsxCEkjB1R4YtyktBtRScTJ3fyLU='; object-src 'self'",
    "manifest_version": 2
}