Bookmarks HotList
A Speed Dial in your toolbar, with easy set-up and keyboard shortcuts
Τι είναι το Bookmarks HotList;
Το Bookmarks HotList είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://mythical5th.com, και η κύρια λειτουργία του είναι "A Speed Dial in your toolbar, with easy set-up and keyboard shortcuts".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Bookmarks HotList
Λήψη αρχείων επέκτασης Bookmarks HotList σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
                        Set up your HotList in the Bookmark Manager, access it from the toolbar in a choice of layouts and colours.
For keyboard access, the default shortcut to open the extension is Alt+B (or Command+B). To change the shortcut, paste this into the address bar: chrome://extensions/shortcuts
When the extension is open, shortcut keys (1-9 and A-Z) are available for each bookmark. Hold down the Space Bar to reveal hints.
Open multiple tabs: 1 click will open a bookmark in a background tab, but the Popup stays open. A 2nd click on that bookmark will close the Popup and activate the tab, or you can open other bookmarks instead.
Assurances:
The only automated modification to your bookmarks will be the creation of a new folder to contain those displayed by this extension, and a bookmark to get you started.
Credits:
The Star icon is “Actions bookmark new list Icon” by Oxygen Team, available from Icon Archive under the GNU Lesser General Public License:
http://www.iconarchive.com/show/oxygen-icons-by-oxygen-icons.org/Actions-bookmark-new-list-icon.html
Icons used in promotional images are in the public domain and available from
http://paomedia.github.io/small-n-flat/                     Βασικές Πληροφορίες Επέκτασης
| Όνομα |   |  
| ID | jnbabccejebnlmnjendoibdlbpbgbham | 
| Επίσημο URL | https://chromewebstore.google.com/detail/bookmarks-hotlist/jnbabccejebnlmnjendoibdlbpbgbham | 
| Περιγραφή | A Speed Dial in your toolbar, with easy set-up and keyboard shortcuts | 
| Μέγεθος Αρχείου | 316 KB | 
| Αριθμός Εγκαταστάσεων | 510 | 
| Τρέχουσα Έκδοση | 4.0.0 | 
| Τελευταία Ενημέρωση | 2024-02-10 | 
| Ημερομηνία Δημοσίευσης | 2019-02-14 | 
| Αξιολόγηση | 4.50/5 Συνολικά 12 Αξιολογήσεις | 
| Προγραμματιστής | https://mythical5th.com | 
| Ηλεκτρονικό ταχυδρομείο | [email protected] | 
| Τύπος Πληρωμής | free | 
| URL της Σελίδας Πολιτικής Απορρήτου | http://mythical5th.com/policies/chromeWebStore.html | 
| Υποστηριζόμενες Γλώσσες | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "4.0.0",
    "name": "Bookmarks HotList",
    "description": "A Speed Dial in your toolbar, with easy set-up and keyboard shortcuts",
    "short_name": "HotList",
    "minimum_chrome_version": "92",
    "action": {
        "default_title": "Bookmarks HotList",
        "default_popup": "html\/popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "19": "icons\/icon19.png",
            "32": "icons\/icon32.png",
            "38": "icons\/icon38.png"
        }
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Alt+B",
                "mac": "Command+B",
                "chromeos": "Alt+B",
                "linux": "Alt+B"
            }
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "bookmarks",
        "favicon",
        "activeTab",
        "contextMenus",
        "storage"
    ],
    "background": {
        "service_worker": "sw.js"
    },
    "options_ui": {
        "page": "html\/options.html"
    }
}  |  |