PepperTab

Replace your new tab page with awesome productivity widgets

Τι είναι το PepperTab;

Το PepperTab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://peppertab.com, και η κύρια λειτουργία του είναι "Replace your new tab page with awesome productivity widgets".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        PepperTab is a browser extension that will replace the page you see when you open a new tab, with a personalized dashboard.
You can get weather updates, take notes, create todos, see events from your Google Calendar...etc on your new tab page. You can also see refreshing wallpapers every time you open a new tab.

PepperTab is built with privacy in mind. All your personal data are stored safely in the browser. You can optionally store and sync your data using secure Blockstack Blockchain infrastructure.

- Take Notes on your new tab.
- Create Todos on your new tab.
- See new refreshing photos every 10 minutes.
- See latest Weather.
- Integrate with Google calendar and see upcoming events.
- Quick access to top sites.
- Store and sync your notes and todos securely and privately on Blockstacks powered storage.


Permissions:
Location - Needed to show weather.
Access to peppertab.com - To login to Blockstacks (using peppertab.com as app) to store and sync data.
Access to content.googleapis.com - To fetch Google Calendar data.
Access to browser history (Optional) - To show most visited websites.

Location, Google access tokens, Browser history...etc are only used within in the extension locally. None of these data is sent to our server. The only server interaction is for getting new background images.

Your data like Notes and Todos, when stored using Blockstacks infracstructure, is fully encrypted and remains private. Nobody (including us and Blockstacks) can access those data apart from you.


New in v 1.7.0:
- Reorder and edit Todos
- Light mode
- Edit Links
- Minor improvements and fixes                    

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

Όνομα PepperTab PepperTab
ID pgkbamepfancendhdabmfjggipmccnmm
Επίσημο URL https://chrome.google.com/webstore/detail/peppertab/pgkbamepfancendhdabmfjggipmccnmm
Περιγραφή Replace your new tab page with awesome productivity widgets
Μέγεθος Αρχείου 1.15 MB
Αριθμός Εγκαταστάσεων 245
Τρέχουσα Έκδοση 1.9.2
Τελευταία Ενημέρωση 2020-05-14
Ημερομηνία Δημοσίευσης 2020-05-13
Αξιολόγηση 4.00/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής https://peppertab.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Ιστότοπος Επέκτασης https://www.peppertab.com
URL της Σελίδας Πολιτικής Απορρήτου https://peppertab.com/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PepperTab",
    "short_name": "PepperTab",
    "description": "Replace your new tab page with awesome productivity widgets",
    "version": "1.9.2",
    "chrome_url_overrides": {
        "newtab": ".\/index.html"
    },
    "browser_action": {
        "default_title": "PepperTab - Open a new tab"
    },
    "offline_enabled": true,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "geolocation",
        "webRequest",
        "webRequestBlocking",
        "identity",
        "*:\/\/peppertab.com\/*"
    ],
    "optional_permissions": [
        "topSites"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "index.html"
    ],
    "icons": {
        "16": "assets\/logo-16px.png",
        "48": "assets\/logo-48px.png",
        "128": "assets\/logo-128px.png"
    }
}