Procrastilater

I will remind you about postponed and forgotten bookmarks.

Procrastilater란 무엇입니까?

Procrastilater은(는) Oles에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "I will remind you about postponed and forgotten bookmarks."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Start now and overcome yourself.

This extension will remind you about forgotten bookmarks with notifications in random time and help you tracking progress.

Use cases: 
- if you have LOTS of postponed bookmarks
- if you open lots of tabs and then add them all to bookmarks
- if you add bookmarks to "read/watch/listen/learn later" list

Features: 
+ Flexible settings - choose time period and notifications frequency.
+ Track your progress.
+ Earn achievements for your effort.
+ Stay up to date with other procrastination fighters progress.
+ Become a better version of yourself.                    

확장 프로그램 기본 정보

이름 Procrastilater Procrastilater
ID bmoajoielkomndjlojhcnibkehhkkaao
공식 URL https://chromewebstore.google.com/detail/procrastilater/bmoajoielkomndjlojhcnibkehhkkaao
설명 I will remind you about postponed and forgotten bookmarks.
파일 크기 515 KB
설치 횟수 41
현재 버전 1.2.3
최근 업데이트 2019-03-08
출시 날짜 2019-03-08
평점 5.00/5 총 2 개의 평점
개발자 Oles
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/always-oles/Procrastilater
도움말 페이지 URL https://github.com/always-oles/Procrastilater
지원되는 언어 en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Procrastilater",
    "version": "1.2.3",
    "manifest_version": 2,
    "description": "__MSG_description__",
    "homepage_url": "https:\/\/github.com\/always-oles\/Procrastilater",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "plugins\/moment\/moment.min.js",
            "sharedAPI.js",
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_popup": "browserAction.html"
    },
    "web_accessible_resources": [
        "images\/alarm.svg",
        "assets\/bell.mp3",
        "assets\/shake_1.mp3",
        "assets\/shake_2.mp3",
        "assets\/accept.mp3",
        "assets\/postpone.mp3"
    ],
    "options_page": "index.html",
    "permissions": [
        "tabs",
        "",
        "bookmarks",
        "activeTab",
        "contextMenus",
        "notifications",
        "storage",
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}