Daily url

Open specified urls once a day

Daily url란 무엇입니까?

Daily url은(는) Canapy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open specified urls once a day"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        This extension is made to open all websites and pages that you want, once a day when you start your web browser or when you open a new window.
You can also easily open multiple links

Very simple and easy to use, you just have to paste the links.

I firstly made it for myself, maybe you will find it useful too


instruction :

Open Urls : To open the urls you have pasted on the text field above

Number per set slider : To define how many urls you want to open per set
if you set it to 0 all urls will be open at once

Delay slider : To chose by how many second you want each set to be separate

Open Daily Urls : This button is here if you want to open again the urls you have saved                    

확장 프로그램 기본 정보

이름 Daily url Daily url
ID hfbookebobnkjaclbdleibkpkkoikpdd
공식 URL https://chromewebstore.google.com/detail/daily-url/hfbookebobnkjaclbdleibkpkkoikpdd
설명 Open specified urls once a day
파일 크기 387 KB
설치 횟수 32
현재 버전 1.4
최근 업데이트 2016-07-11
출시 날짜 2016-07-11
개발자 Canapy
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Daily url",
    "description": "Open specified urls once a day",
    "version": "1.4",
    "minimum_chrome_version": "16.0.884",
    "permissions": [
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html",
        "default_title": "Daily url"
    },
    "manifest_version": 2,
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "open_in_tab": true
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}