DailyLinks

DailyLinks makes it easy to open those websites you visit every day, supporting different links per day.

What is DailyLinks?

DailyLinks is a Chrome extension developed by Kauko, and its main feature is "DailyLinks makes it easy to open those websites you visit every day, supporting different links per day.".

Extension Screenshots

screenshot
screenshot

Download DailyLinks Extension CRX File

Download DailyLinks 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

                        DailyLinks is a Chrome extension that makes it easy to open those websites you visit every day, and supports different links per day (good for webcomics).                    

Extension Basic Information

Name DailyLinks DailyLinks
ID eelacjbjolonnipgkmkjjdgfdkjjdeom
Official URL https://chromewebstore.google.com/detail/dailylinks/eelacjbjolonnipgkmkjjdgfdkjjdeom
Description DailyLinks makes it easy to open those websites you visit every day, supporting different links per day.
File Size 50.24 KB
Installation Count 167
Current Version 1.2.1
Last Updated 2023-12-06
Publish Date 2020-06-12
Rating 4.67/5 Total 3 Ratings
Developer Kauko
Email [email protected]
Payment Type free
Extension Website https://github.com/cheeplusplus/dailylinks-chrome
Help Page URL https://github.com/cheeplusplus/dailylinks-chrome/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DailyLinks",
    "version": "1.2.1",
    "manifest_version": 3,
    "description": "DailyLinks makes it easy to open those websites you visit every day, supporting different links per day.",
    "icons": {
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "homepage_url": "http:\/\/cheeplusplus.github.com\/dailylinks-chrome\/",
    "options_page": "options.html",
    "background": {
        "service_worker": "js\/src\/background.js"
    },
    "action": {
        "default_title": "Open DailyLinks"
    },
    "permissions": [
        "storage"
    ]
}