ZIRI

賞心悅目的新分頁,加一些小工具^Q^

ZIRI란 무엇입니까?

ZIRI은(는) Zoomuel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "賞心悅目的新分頁,加一些小工具^Q^"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Ziri 是一個美化 Chrome 新分頁的小工具,它會自動抓取您指定的 Instagram 帳號之圖片來顯示。用來訂閱帥哥美女、貓貓狗狗、攝影師、繪師、…等,都很方便唷!

若有功能建議或發現問題,歡迎提交 PR: https://github.com/Zoomuel/ziri                    

확장 프로그램 기본 정보

이름 ZIRI ZIRI
ID bbjigfdandgkicncfcidbgjfcjfldkbo
공식 URL https://chromewebstore.google.com/detail/ziri/bbjigfdandgkicncfcidbgjfcjfldkbo
설명 賞心悅目的新分頁,加一些小工具^Q^
파일 크기 904 KB
설치 횟수 16
현재 버전 0.0.3
최근 업데이트 2019-03-05
출시 날짜 2019-03-05
평점 5.00/5 총 7 개의 평점
개발자 Zoomuel
이메일 [email protected]
결제 유형 free
지원되는 언어 zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "version": "0.0.3",
    "default_locale": "zh_TW",
    "browser_action": {
        "default_icon": "icon32.png"
    },
    "icons": {
        "16": "icon16.png",
        "24": "icon24.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "scripts": [
            "back.js"
        ],
        "persistent": false
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "alarms",
        "storage",
        "unlimitedStorage"
    ],
    "manifest_version": 2
}