Daily Links

Opens up a customizable set of links for every day.

Daily Linksคืออะไร?

Daily Links เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tab Manager Plus และคุณลักษณะหลักของมันคือ "Opens up a customizable set of links for every day."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Daily Links

ดาวน์โหลดไฟล์ส่วนขยาย Daily Links ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This is a fork of the popular Daily Links extension that works with new Chrome versions.

Daily Links helps you organize your daily routine. You specify which pages to open and what days of the week to load them on. Then just click the Daily Link's icon and all of today's pages load in new tabs. This is great for keeping track of web comics, blogs, news, or any site you want to check regularly. This extension is inspired by the Morning Coffee extension for Firefox.

New in v1.5:
 - Removed unnecessary permission

New in v1.4:
 - Fixes clicking on the icon not doing anything
 - Fixes daily badge not showing up

New in v1.3:
 - Works now with new Chrome versions
 - Small style and security fixes

New in v1.2:
 - You can now choose to load tabs in random order.
 - You can now browse your bookmarks for links to add.

New in v1.1:
 - You can now choose to open tabs in the current window instead of a new window.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Daily Links Daily Links
ID bpmiffipgillbacdfnbkicndliejockp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/daily-links/bpmiffipgillbacdfnbkicndliejockp
คำอธิบาย Opens up a customizable set of links for every day.
ขนาดไฟล์ 3.9 MB
จำนวนการติดตั้ง 1,094
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2022-02-17
วันที่เผยแพร่ 2018-06-25
คะแนน 3.88/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Tab Manager Plus
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://github.com/stefanXO/Tab-Manager-Plus/blob/master/PRIVACY.md
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Daily Links",
    "version": "1.5",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "options_page": "options.html",
    "permissions": [
        "bookmarks"
    ],
    "icons": {
        "32": "links-32.png",
        "48": "links-48.png",
        "128": "links-128.png"
    },
    "description": "Opens up a customizable set of links for every day.",
    "browser_action": {
        "name": "Load today's links",
        "default_icon": "links.png"
    }
}