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은(는) https://usepanda.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Latest news on your New Tab Page. Be informed. Stay inspired."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Panda 5 - Your favorite websites in one place 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        ]
    }
}