PurposeTab: Your daily focus on each new tab

Your daily focus, habits, to-do's, goals, and more - always a click away.

Τι είναι το PurposeTab: Your daily focus on each new tab;

Το PurposeTab: Your daily focus on each new tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον PurposeTab, και η κύρια λειτουργία του είναι "Your daily focus, habits, to-do's, goals, and more - always a click away.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης PurposeTab: Your daily focus on each new tab

Λήψη αρχείων επέκτασης PurposeTab: Your daily focus on each new tab σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        PurposeTab gives you focus + clarity in the most effortless way possible - by showing you your daily priorities every time you open a new browser tab.

You'll have the ability to easily see your daily focus/intention, daily habits, and daily priorities on the left side.

On the right side, you can stick with our automatically-generated beautiful images, or you can choose to upload 1-4 images that inspire you (such as ones representing your goals).

To get started, simply install the extension and then open a new tab in Chrome.

There are plenty of other new tab Chrome extensions available, but we believe ours is the best for goal-oriented people that want one simple and easy-to-use tool.

Here is our short guide to getting started: 
https://bit.ly/purposetab-quickstart

Features:

• Add a daily intention (clears daily @ 12am your local time)
• Add daily habits with optional links (stay fixed and uncheck daily @ 12am your local time)
• Simple to-do list with optional links / optional due dates (checked to-do's now clear @ 12am your local time)
• Upload images that represent your goals with an optional title + date
• Simple bookmarks
• Simple notepad
• Toggle some sections on/off in settings
• Dark mode toggle
• Privacy mode toggle on/off - for when you're in a public place or are sharing your screen - replaces your goals set up with a placeholder nature image - toggle off again when ready to switch back
• Runs offline with no need for an account - all data is stored on your computer
• All data (except custom images you upload yourself) syncs between your computers where you're logged into Chrome on (for when you close your session on one computer and move to another). If you're offline, data is still stored locally on your computer and syncs when you reconnect.

If you like PurposeTab, please rate us 5-stars here in the Chrome Web Store and let others know about us!

For general inquiries or bug reporting, tweet at us @PurposeTab or fill out this quick form for the fastest response: http://bit.ly/purposetab-inquiry                    

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

Όνομα PurposeTab: Your daily focus on each new tab PurposeTab: Your daily focus on each new tab
ID fmhpabfiomkjppgbgjbfecjbphmiphmj
Επίσημο URL https://chromewebstore.google.com/detail/purposetab-your-daily-foc/fmhpabfiomkjppgbgjbfecjbphmiphmj
Περιγραφή Your daily focus, habits, to-do's, goals, and more - always a click away.
Μέγεθος Αρχείου 840 KB
Αριθμός Εγκαταστάσεων 2,226
Τρέχουσα Έκδοση 0.0.7.7
Τελευταία Ενημέρωση 2021-01-05
Ημερομηνία Δημοσίευσης 2020-03-24
Αξιολόγηση 4.95/5 Συνολικά 77 Αξιολογήσεις
Προγραμματιστής PurposeTab
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://bit.ly/purposetab-quickstart
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PurposeTab: Your daily focus on each new tab",
    "author": "PurposeTab",
    "version": "0.0.7.7",
    "description": "Your daily focus, habits, to-do's, goals, and more - always a click away.",
    "offline_enabled": true,
    "incognito": "split",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/app.getbeamer.com\/js\/beamer-embed.js https:\/\/cdn.heapanalytics.com\/js\/heap-2746501466.js; object-src 'self'",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}