Simpli

Beautiful personal homepage for Google Chrome

Simpli란 무엇입니까?

Simpli은(는) https://thisismadeinpoland.com/simpli에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Beautiful personal homepage for Google Chrome"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Simpli 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Replace New tab page with beautiful personal home page featuring search, speed dial with tabs, and more!

Simpli is a material design, beautiful personal home page allowing user to speed dial favorite sites, group sites by category using tabs, search the web for facts, torrents, hotels, images, and more; enjoying inspiring and calming photos at the same time.

It offers modern web browsers New tab page functionalities directly in Google Chrome, for free.                    

확장 프로그램 기본 정보

이름 Simpli Simpli
ID kgijfpboagjijpghdmnndcdlfjmhhcib
공식 URL https://chromewebstore.google.com/detail/simpli/kgijfpboagjijpghdmnndcdlfjmhhcib
설명 Beautiful personal homepage for Google Chrome
파일 크기 11.19 MB
설치 횟수 590
현재 버전 1.1.1
최근 업데이트 2022-03-31
출시 날짜 2019-11-03
평점 3.73/5 총 11 개의 평점
개발자 https://thisismadeinpoland.com/simpli
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://thisismadeinpoland.com/simpli/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simpli",
    "version": "1.1.1",
    "description": "Beautiful personal homepage for Google Chrome",
    "manifest_version": 3,
    "offline_enabled": true,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "geolocation",
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "main.html"
    },
    "background": {
        "service_worker": "js\/init.js"
    },
    "action": {
        "default_title": "Home page"
    },
    "icons": {
        "16": "img\/assets\/icon16.png",
        "32": "img\/assets\/icon32.png",
        "48": "img\/assets\/icon48.png",
        "128": "img\/assets\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "style-content-script.css",
                "font\/*.*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "css": [
                "style-content-script.css"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ]
}