ZIRI
賞心悅目的新分頁,加一些小工具^Q^
Wat is ZIRI?
ZIRI is een Chrome-extensie ontwikkeld door Zoomuel, en de belangrijkste functie is "賞心悅目的新分頁,加一些小工具^Q^".
Extensie Screenshots
Download het CRX-bestand van de extensie ZIRI
Download ZIRI-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Ziri 是一個美化 Chrome 新分頁的小工具,它會自動抓取您指定的 Instagram 帳號之圖片來顯示。用來訂閱帥哥美女、貓貓狗狗、攝影師、繪師、…等,都很方便唷! 若有功能建議或發現問題,歡迎提交 PR: https://github.com/Zoomuel/ziri
Basisinformatie over de Extensie
Naam | ZIRI |
ID | bbjigfdandgkicncfcidbgjfcjfldkbo |
Officiële URL | https://chromewebstore.google.com/detail/ziri/bbjigfdandgkicncfcidbgjfcjfldkbo |
Beschrijving | 賞心悅目的新分頁,加一些小工具^Q^ |
Bestandsgrootte | 904 KB |
Aantal Installaties | 16 |
Huidige Versie | 0.0.3 |
Laatst Bijgewerkt | 2019-03-05 |
Publicatiedatum | 2019-03-05 |
Beoordeling | 5.00/5 Totaal 7 Beoordelingen |
Ontwikkelaar | Zoomuel |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |