Productiwitty

Productiwitty reminds you every 15 minutes to stay focussed & put away distractions.

Τι είναι το Productiwitty;

Το Productiwitty είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Piyush, και η κύρια λειτουργία του είναι "Productiwitty reminds you every 15 minutes to stay focussed & put away distractions.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Do you open Reddit/Facebook/Youtube or other time wasting websites for just "2 minutes" and end up wasting hours on them? 

Simple reminders go a long way in ensuring that we remain focussed & put away distractions. This extension reminds you every 15 minutes to stay focussed & not get distracted. Turn this on when you are working on something important and turn it off easily with a click on the icon, when you are binging Netflix.

How does this work?
---------------------

When you are working, turn this extension on. It will remind you periodically (default 15 minutes, but can be changed in settings) to stay focussed. This will serve as a reminder to get back to work in case you opened up another tab for just "2 minutes". Why does this work? Because, when you browse reddit/youtube/Facebook, you tend to lose track of time. Hours on these websites feel like mere minutes. When this reminder pops up on your screen, it will remind you that 15 minutes have passed since the last reminder. This might make you feel guilty & help you go back to working instead of wasting more time.

When you are done with work, click the green icon and it will switch off. It will switch to a red icon to indicate that it is no longer on.


Settings
---------

Right click the green/red icon. Go to options & change the default period of notification & message that you want to display.


Permissions
------------

To display the reminder on the webpage, Chrome needs access to the current webpage you are on. Even though the permission requirement is to Read & Change data of sites you visit, this extension never collects or reads any data from you or the websites that you visit. The read & change refers to the popup that is displayed when the reminder is triggered.                    

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

Όνομα Productiwitty Productiwitty
ID dofeaaajilgeamjjoibiknilokooopke
Επίσημο URL https://chrome.google.com/webstore/detail/productiwitty/dofeaaajilgeamjjoibiknilokooopke
Περιγραφή Productiwitty reminds you every 15 minutes to stay focussed & put away distractions.
Μέγεθος Αρχείου 832 KB
Αριθμός Εγκαταστάσεων 75
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2017-11-24
Ημερομηνία Δημοσίευσης 2017-11-24
Αξιολόγηση 4.33/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Piyush
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Productiwitty",
    "version": "1.0",
    "description": "Productiwitty reminds you every 15 minutes to stay focussed & put away distractions.",
    "manifest_version": 2,
    "author": "Piyush Khemka",
    "icons": {
        "16": "images\/green16.png",
        "48": "images\/green48.png",
        "128": "images\/green128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "activeTab",
        "alarms",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "test.js"
    ],
    "browser_action": {
        "default_icon": "images\/green128.png",
        "default_title": "Toggle Productiwitty"
    }
}