Z Starter

הוסף את Z Starter לדף החיפוש של גוגל. יהיה מעניין :)

Z Starter란 무엇입니까?

Z Starter은(는) https://chipushit.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "הוסף את Z Starter לדף החיפוש של גוגל. יהיה מעניין :)"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Z Starter משדרג את דף החיפוש של גוגל.

הוא יוסיף עבורך משבצת נחמדה וקומפקטית עם תכנים מתחלפים:

✔️ פתגם יומי
✔️ המלצה יומית
✔️ היום בלוח השנה, העברי והלועזי
✔️ שערי מט"ח
✔️ מידע יומי
✔️ ועוד דברים שישדרגו לך את היום 👌

בעצם - מדוע להסביר? פשוט נסה. תמיד תוכל להסיר :)                    

확장 프로그램 기본 정보

이름 Z Starter Z Starter
ID hnioknbklmchkhiblgoapbicnnbocffo
공식 URL https://chromewebstore.google.com/detail/z-starter/hnioknbklmchkhiblgoapbicnnbocffo
설명 הוסף את Z Starter לדף החיפוש של גוגל. יהיה מעניין :)
파일 크기 44.06 KB
설치 횟수 262
현재 버전 1.0.6
최근 업데이트 2023-01-26
출시 날짜 2021-07-23
평점 4.85/5 총 13 개의 평점
개발자 https://chipushit.com
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://chipushit.com/start/contact-us
지원되는 언어 iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Z Starter",
    "version": "1.0.6",
    "action": {
        "default_icon": "icons\/icon-128.png",
        "default_title": "Z Starter"
    },
    "description": "\u05d4\u05d5\u05e1\u05e3 \u05d0\u05ea Z Starter \u05dc\u05d3\u05e3 \u05d4\u05d7\u05d9\u05e4\u05d5\u05e9 \u05e9\u05dc \u05d2\u05d5\u05d2\u05dc. \u05d9\u05d4\u05d9\u05d4 \u05de\u05e2\u05e0\u05d9\u05d9\u05df :)",
    "icons": {
        "128": "icons\/icon-128.png",
        "32": "icons\/icon-32.png",
        "24": "icons\/icon-24.png"
    },
    "permissions": [],
    "host_permissions": [
        "http:\/\/*.chipushit.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "js": [
                "jquery-3.6.0.min.js",
                "script.js"
            ],
            "run_at": "document_end"
        }
    ]
}