Morphine

Regulated distraction.

Morphine란 무엇입니까?

Morphine은(는) https://teddy.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Regulated distraction."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Morphine is a website blocker with a twist. Instead of allotting a certain amount of time each day for using blocked sites, Morphine gives you a "balance" to pull from, which is very slowly filled with minutes. This allows you to use your blocked sites whenever you want for as long as you want—provided you have enough time in your balance. In other words: Regulated Distraction™®!

But why take this approach? Well, let's say you're at work and have a standard website blocker turned on. A friend sends you a link to an item on one of your blocked sites, but when you try to access it, turns out you've already used all your daily allotted time up! However if you were using Morphine, your wait would be no more than 10 minutes (by default), since the balance is always slowly being added to.                    

확장 프로그램 기본 정보

이름 Morphine Morphine
ID fbnpehpbojenlldmfcopeajkichnnjpo
공식 URL https://chromewebstore.google.com/detail/morphine/fbnpehpbojenlldmfcopeajkichnnjpo
설명 Regulated distraction.
파일 크기 1.36 MB
설치 횟수 1,230
현재 버전 1.1.0
최근 업데이트 2016-10-17
출시 날짜 2016-10-16
평점 4.53/5 총 93 개의 평점
개발자 https://teddy.io
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Morphine",
    "version": "1.1.0",
    "description": "Regulated distraction.",
    "icons": {
        "16": "images\/icons\/16.png",
        "128": "images\/icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icons\/19-1x.png",
            "38": "images\/icons\/19-2x.png"
        },
        "default_title": "Morphine",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "scripts\/errors.js",
            "scripts\/jsuri.js",
            "scripts\/data.js",
            "scripts\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "offline_enabled": true,
    "options_page": "options.html",
    "options_ui": {
        "chrome_style": false,
        "page": "options.html"
    },
    "permissions": [
        "tabs"
    ],
    "web_accessible_resources": [
        "popup.html"
    ]
}