Panda 5 - Your favorite websites in one place

Latest news on your New Tab Page. Be informed. Stay inspired.

Τι είναι το Panda 5 - Your favorite websites in one place;

Το Panda 5 - Your favorite websites in one place είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://usepanda.com, και η κύρια λειτουργία του είναι "Latest news on your New Tab Page. Be informed. Stay inspired.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Panda 5 - Your favorite websites in one place

Λήψη αρχείων επέκτασης Panda 5 - Your favorite websites in one place σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Replace the new tab page with all your favorite websites like Dribbble, Product Hunt, GitHub, Hacker News, Medium and more.

Panda is the simple free newsreader. Discover the best tools, resources, and inspiration in the world of design and tech. Find everything in one place.

FEATURES
Over 200+ news and inspiration sources 
9 reading layouts to chose from
Bookmark and read it later
Dark mode for when it gets late 

☆☆☆ TechCrunch ☆☆☆
An easy way to keep up with industry news and inspiration from a variety of sources in one interface.

☆☆☆ Lifehacker ☆☆☆
Panda is a news reader that keeps you inspired and informed by combining top-rated stories from sites like Hacker News and Product Hunt.

CONTACT
For general enquires: [email protected]
To report a bug or suggestion: [email protected]
Twitter: @usepanda                    

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

Όνομα Panda 5 - Your favorite websites in one place Panda 5 - Your favorite websites in one place
ID haafibkemckmbknhfkiiniobjpgkebko
Επίσημο URL https://chromewebstore.google.com/detail/panda-5-your-favorite-web/haafibkemckmbknhfkiiniobjpgkebko
Περιγραφή Latest news on your New Tab Page. Be informed. Stay inspired.
Μέγεθος Αρχείου 4.14 MB
Αριθμός Εγκαταστάσεων 63,921
Τρέχουσα Έκδοση 5.5.84
Τελευταία Ενημέρωση 2024-02-21
Ημερομηνία Δημοσίευσης 2020-06-17
Αξιολόγηση 4.40/5 Συνολικά 761 Αξιολογήσεις
Προγραμματιστής https://usepanda.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://asteya.network/asteya-network-extensions-privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "5.5.84",
    "name": "Panda 5 - Your favorite websites in one place",
    "description": "Latest news on your New Tab Page. Be informed. Stay inspired.",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon-transparent-19.png",
            "38": "img\/icon-transparent-38.png"
        },
        "default_title": "Panda"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/*.pnd.gs https:\/\/ssl.google-analytics.com https:\/\/cdn.mxpnl.com https:\/\/*.twitter.com https:\/\/*.thestocks.im https:\/\/*.braintreegateway.com 'unsafe-eval'; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "index.html#\/"
    },
    "optional_permissions": [
        "https:\/\/query.yahooapis.com\/v1\/public\/yql",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "manifest_version": 2,
    "web_accessible_resources": [
        "index.html",
        "index.html\/*"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js"
        ]
    }
}