If You're Bored... New Tab

New tab page that shows list of things you could be doing instead of wasting your time on the internet.

Τι είναι το If You're Bored... New Tab;

Το If You're Bored... New Tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον johannes.santen, και η κύρια λειτουργία του είναι "New tab page that shows list of things you could be doing instead of wasting your time on the internet.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης If You're Bored... New Tab

Λήψη αρχείων επέκτασης If You're Bored... New Tab σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        This extension replaces the default new tab page in chrome with an editable list. The idea is that if you're opening a new tab because you're bored, you'll see a list of things you could be doing instead of wasting your time on the internet.                    

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

Όνομα If You're Bored... New Tab If You're Bored... New Tab
ID ighnmhifdfldfhjnfplnmmjlfpjlbbci
Επίσημο URL https://chromewebstore.google.com/detail/if-youre-bored-new-tab/ighnmhifdfldfhjnfplnmmjlfpjlbbci
Περιγραφή New tab page that shows list of things you could be doing instead of wasting your time on the internet.
Μέγεθος Αρχείου 99.84 KB
Αριθμός Εγκαταστάσεων 20
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2017-05-14
Ημερομηνία Δημοσίευσης 2017-05-14
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής johannes.santen
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "If You're Bored... New Tab",
    "description": "New tab page that shows list of things you could be doing instead of wasting your time on the internet.",
    "version": "1.1",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "ifyourebored.html"
    }
}