DailyLinks

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

什麼是DailyLinks?

DailyLinks是由Kauko開發的Chrome擴展程式,該擴展的主要功能是“DailyLinks makes it easy to open those websites you visit every day, supporting different links per day.”。

擴展截圖

screenshot
screenshot

下載DailyLinks擴展crx文件

下載DailyLinks擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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).                    

擴展基本資訊

名稱 DailyLinks DailyLinks
ID eelacjbjolonnipgkmkjjdgfdkjjdeom
官方網址 https://chromewebstore.google.com/detail/dailylinks/eelacjbjolonnipgkmkjjdgfdkjjdeom
簡介 DailyLinks makes it easy to open those websites you visit every day, supporting different links per day.
檔案大小 50.24 KB
安裝次數 167
目前版本 1.2.1
更新時間 2023-12-06
上架時間 2020-06-12
評分 4.67/5 共 3 次評分
開發者 Kauko
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/cheeplusplus/dailylinks-chrome
說明頁面URL https://github.com/cheeplusplus/dailylinks-chrome/issues
支援的語言 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"
    ]
}