Morphine

Regulated distraction.

Τι είναι το Morphine;

Το Morphine είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://teddy.io, και η κύρια λειτουργία του είναι "Regulated distraction.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Morphine

Λήψη αρχείων επέκτασης Morphine σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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