Loadr - Daily Links
Your favorite bookmarks, only one click away.
Loadr - Daily Linksとは何ですか?
Loadr - Daily LinksはTroubleShootr - Daniel Pietersenによって開発されたChromeの拡張機能で、その主な機能は「Your favorite bookmarks, only one click away.」です。
拡張機能のスクリーンショット
Loadr - Daily Links拡張機能のCRXファイルをダウンロード
Loadr - Daily Links拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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! 拡張機能の基本情報
| 名前 | |
| ID | aikmakbdhkfnfjhjbhakiipegcminlco |
| 公式URL | https://chromewebstore.google.com/detail/loadr-daily-links/aikmakbdhkfnfjhjbhakiipegcminlco |
| 説明 | Your favorite bookmarks, only one click away. |
| ファイルサイズ | 277 KB |
| インストール数 | 967 |
| 現在のバージョン | 1.0.7.2 |
| 最終更新日 | 2022-08-03 |
| 公開日 | 2015-10-18 |
| 評価 | 3.45/5 合計 20 レビュー |
| 開発者 | TroubleShootr - Daniel Pietersen |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | 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"
} | |