ZIRI

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

What is ZIRI?

ZIRI is a Chrome extension developed by Zoomuel, and its main feature is "賞心悅目的新分頁,加一些小工具^Q^".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download ZIRI Extension CRX File

Download ZIRI extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

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

Extension Basic Information

Name ZIRI ZIRI
ID bbjigfdandgkicncfcidbgjfcjfldkbo
Official URL https://chromewebstore.google.com/detail/ziri/bbjigfdandgkicncfcidbgjfcjfldkbo
Description 賞心悅目的新分頁,加一些小工具^Q^
File Size 904 KB
Installation Count 16
Current Version 0.0.3
Last Updated 2019-03-05
Publish Date 2019-03-05
Rating 5.00/5 Total 7 Ratings
Developer Zoomuel
Email [email protected]
Payment Type free
Supported Languages 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
}