Not Now

Minimize distractions by blocking any web site for a set period of time.

Wat is Not Now?

Not Now is een Chrome-extensie ontwikkeld door https://seferdesign.com, en de belangrijkste functie is "Minimize distractions by blocking any web site for a set period of time.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Not Now

Download Not Now-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        For many, staying focused during the work day is difficult. We've built a simple tool to help minimize the countless distractions we're faced with on a daily basis. This free Google Chrome extension allows you to easily block any web site for a set period of time.

Need to finish that presentation before lunchtime? Block facebook.com for the next hour. Spend too much time checking your portfolio during the week? Block tdameritrade.com Monday through Friday, 9 to 5. The productivity possibilities are endless!                    

Basisinformatie over de Extensie

Naam Not Now Not Now
ID bhnjpdlfcopbclhlflmoodpdmlplcajb
Officiële URL https://chromewebstore.google.com/detail/not-now/bhnjpdlfcopbclhlflmoodpdmlplcajb
Beschrijving Minimize distractions by blocking any web site for a set period of time.
Bestandsgrootte 643 KB
Aantal Installaties 51
Huidige Versie 1.1.3
Laatst Bijgewerkt 2020-03-14
Publicatiedatum 2020-03-14
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://seferdesign.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://seferdesign.com/not-now/
Help Pagina-URL https://seferdesign.com/not-now/
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Not Now",
    "short_name": "Not Now",
    "version": "1.1.3",
    "description": "Minimize distractions by blocking any web site for a set period of time.",
    "options_page": "pages\/settings.html",
    "icons": {
        "128": "img\/icon-color.png",
        "48": "img\/icon-color.png",
        "16": "img\/icon-color.png"
    },
    "browser_action": {
        "default_icon": "img\/icon-color.png",
        "default_title": "Not Now",
        "default_popup": "pages\/popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/common.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [],
            "js": [
                "js\/common.js",
                "js\/checker.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "css\/*",
        "js\/*",
        "pages\/*",
        "img\/*"
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "background",
        "storage",
        "alarms"
    ]
}