Popsicle: A Minimalist New Tab Replacement

A very minimal New Tab extension for Google Chrome.

Popsicle: A Minimalist New Tab Replacement란 무엇입니까?

Popsicle: A Minimalist New Tab Replacement은(는) https://dougbeney.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A very minimal New Tab extension for Google Chrome."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Popsicle: A Minimalist New Tab Replacement 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Popsicle gives you a minimal new tab page, with new, inspiring quotes every time you open a new tab.

In the settings page, you can fully customize this plugin. Choose from 35 different quote categories, completely tweak the color scheme, and add a background image.

Github Source: https://github.com/DougBeney/Popsicle-Google-Chrome-Extension                    

확장 프로그램 기본 정보

이름 Popsicle: A Minimalist New Tab Replacement Popsicle: A Minimalist New Tab Replacement
ID loigpbgkmjjhjodnhlpmbjmojchpdjih
공식 URL https://chromewebstore.google.com/detail/popsicle-a-minimalist-new/loigpbgkmjjhjodnhlpmbjmojchpdjih
설명 A very minimal New Tab extension for Google Chrome.
파일 크기 2.5 MB
설치 횟수 76
현재 버전 0.76
최근 업데이트 2017-08-16
출시 날짜 2017-08-16
평점 4.71/5 총 7 개의 평점
개발자 https://dougbeney.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://dougbeney.com
도움말 페이지 URL https://dougbeney.com/contact
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Popsicle: A Minimalist New Tab Replacement",
    "description": "A very minimal New Tab extension for Google Chrome.",
    "version": "0.76",
    "options_page": "settings.html",
    "author": "Doug Beney",
    "icons": {
        "16": "\/static\/icon\/icon16.png",
        "48": "\/static\/icon\/icon48.png",
        "128": "\/static\/icon\/icon128.png"
    },
    "browser_action": {
        "default_icon": "\/static\/icon\/icon.png",
        "default_popup": "popup.html"
    },
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ]
}