Daily Links

Opens up a customizable set of links for every day.

Daily Links란 무엇입니까?

Daily Links은(는) Tab Manager Plus에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Opens up a customizable set of links for every day."입니다.

확장 프로그램 스크린샷

screenshot

Daily Links 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}