ProductivEasy Website Blocker

Block websites and boost your productivity the easy way

Τι είναι το ProductivEasy Website Blocker;

Το ProductivEasy Website Blocker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Joey Cim, και η κύρια λειτουργία του είναι "Block websites and boost your productivity the easy way".

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

screenshot
screenshot

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

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

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

                        ProductivEasy is a lightweight extension that allows you to block time-wasting sites and reclaim your productivity. With the ability to specify the times and days on which each block is active, you obtain full control over your browsing habits. Simply click on the "P" icon near the address bar to get started once you have installed the extension.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα ProductivEasy Website Blocker ProductivEasy Website Blocker
ID pinnoonagidjeonljokaamppjnppcfcl
Επίσημο URL https://chromewebstore.google.com/detail/productiveasy-website-blo/pinnoonagidjeonljokaamppjnppcfcl
Περιγραφή Block websites and boost your productivity the easy way
Μέγεθος Αρχείου 53.54 KB
Αριθμός Εγκαταστάσεων 87
Τρέχουσα Έκδοση 0.2
Τελευταία Ενημέρωση 2015-09-25
Ημερομηνία Δημοσίευσης 2015-09-24
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Joey Cim
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ProductivEasy Website Blocker",
    "description": "Block websites and boost your productivity the easy way",
    "version": "0.2",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "options.html",
        "default_title": "Manage settings"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "",
        "https:\/\/ajax.googleapis.com\/",
        "storage",
        "background"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}