Loadr - Daily Links
Your favorite bookmarks, only one click away.
Cos'è Loadr - Daily Links?
Loadr - Daily Links è un'estensione di Chrome sviluppata da TroubleShootr - Daniel Pietersen, e la sua funzione principale è "Your favorite bookmarks, only one click away.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Loadr - Daily Links
Scarica i file di estensione Loadr - Daily Links in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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! Informazioni di Base sull'Estensione
| Nome | |
| ID | aikmakbdhkfnfjhjbhakiipegcminlco |
| URL Ufficiale | https://chromewebstore.google.com/detail/loadr-daily-links/aikmakbdhkfnfjhjbhakiipegcminlco |
| Descrizione | Your favorite bookmarks, only one click away. |
| Dimensione del File | 277 KB |
| Conteggio Installazioni | 967 |
| Versione Corrente | 1.0.7.2 |
| Ultimo Aggiornamento | 2022-08-03 |
| Data di Pubblicazione | 2015-10-18 |
| Valutazione | 3.45/5 Totale 20 Valutazioni |
| Sviluppatore | TroubleShootr - Daniel Pietersen |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
} | |