Loadr - Daily Links

Your favorite bookmarks, only one click away.

What is Loadr - Daily Links?

Loadr - Daily Links is a Chrome extension developed by TroubleShootr - Daniel Pietersen, and its main feature is "Your favorite bookmarks, only one click away.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Loadr - Daily Links Extension CRX File

Download Loadr - Daily Links extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Easily group and open a collection of bookmarks via a context menu or the extension icon. You can set bookmarks to open on a particular day or just open all 'Social' bookmarks with a click.

【OVERVIEW】
Find yourself always opening the same set of bookmarks day in and out? Would you like the ability to open 'Work' or 'Social' lists of bookmarks at the click of a button?

Loadr is here to make things easier and simply your daily bookmarking activities!

【FEATURES】
- Support for up to 500 bookmarks.
- Syncs to your Google account.
- Support for multiple bookmarks with the same name.
- Add bookmarks via Context menu and via Options page.
- Ability to load links in new tabs or a new window.
- Disable / Enable notifications (For context menu 'bookmark adding' notifications)

【Latest Changes】
v1.0.8 [In Development]
- Open Bookmarks by schedule. Every x minutes, x hours, x days.

v1.0.7.1
- Open Bookmarks when Chrome is started
- Bookmarks are now collapsed to allow easy navigation.
- Alerts on new updates being installed.

Got a question, query or request? Feel free to leave feedback in the Chrome Web Store and I'll look into it as soon as I can!                    

Extension Basic Information

Name Loadr - Daily Links Loadr - Daily Links
ID aikmakbdhkfnfjhjbhakiipegcminlco
Official URL https://chromewebstore.google.com/detail/loadr-daily-links/aikmakbdhkfnfjhjbhakiipegcminlco
Description Your favorite bookmarks, only one click away.
File Size 277 KB
Installation Count 967
Current Version 1.0.7.2
Last Updated 2022-08-03
Publish Date 2015-10-18
Rating 3.45/5 Total 20 Ratings
Developer TroubleShootr - Daniel Pietersen
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_title": "Loadr - Daily Links"
    },
    "description": "Your favorite bookmarks, only one click away.",
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlslhifn67vd4wTY6r76wv6yx8bzLrDubPjtZ65DKErHPaXv0N4QHmPGUdlGhjGGzzB4CDoalQlNrv9ICaCe2cIQZfMfJN2lraT2\/ykEGtu9f0YHEWZI\/zxWNvh1rqhvfAjKL2VmOQUJnPQbHZtOWTKsqi+6hfgxhJU9AR812ki6jVi1NkAebSMzg73xa8FvEFWRfWxTZ07LklvJdDj+1ftSJMyrVMaKjfBaoZ8tbJWvy\/vfmhRvpc5QLZ\/y3MRuxbxzvvvyxTQzUMXHr\/S6W3y8K+Ns9Z27Tn+Q9ZKU+HKWnjFn4mooQjDpqi+nzBs0xHY\/eUiBWkL99zFwBZvB5iQIDAQAB",
    "manifest_version": 2,
    "name": "Loadr - Daily Links",
    "options_page": "options.html",
    "permissions": [
        "bookmarks",
        "contextMenus",
        "storage",
        "chrome:\/\/favicon\/",
        "alarms",
        "notifications"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.7.2"
}