Giki
This is Chrome Extension of a micro blogging platform https://giki.app to enable blogging anytime and anywhere from Chrome.
Apa itu Giki?
Giki adalah ekstensi Chrome yang dikembangkan oleh Minghe, dan fitur utamanya adalah "This is Chrome Extension of a micro blogging platform https://giki.app to enable blogging anytime and anywhere from Chrome.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Giki
Unduh file ekstensi Giki dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Catch fleeting thoughts and ideas, and write them down with Giki.
Informasi Dasar Ekstensi
Nama | Giki |
ID | hcjaennlplpppgfolnagejnpcmbhdjba |
URL Resmi | https://chromewebstore.google.com/detail/giki/hcjaennlplpppgfolnagejnpcmbhdjba |
Deskripsi | This is Chrome Extension of a micro blogging platform https://giki.app to enable blogging anytime and anywhere from Chrome. |
Ukuran File | 223 KB |
Jumlah Instalasi | 76 |
Versi Saat Ini | 3.3.0 |
Terakhir Diperbarui | 2021-01-07 |
Tanggal Publikasi | 2020-06-09 |
Penilaian | 5.00/5 Total 7 Penilaian |
Pengembang | Minghe |
[email protected] | |
Tipe Pembayaran | in_app |
Situs Ekstensi | https://giki.app |
URL Halaman Bantuan | https://giki.app |
Bahasa yang Didukung | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Giki", "short_name": "Giki", "description": "This is Chrome Extension of a micro blogging platform https:\/\/giki.app to enable blogging anytime and anywhere from Chrome.", "version": "3.3.0", "author": "Minghe Huang ([email protected])", "icons": { "16": "images\/16x16.png", "48": "images\/48x48.png", "128": "images\/128x128.png" }, "permissions": [ "notifications", "contextMenus", "storage", "*:\/\/*.iiiii.li\/*", "*:\/\/*.giki.app\/*", "https:\/\/www.google-analytics.com\/" ], "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/giki.app\/status*" ], "js": [ "dist\/content.bundle.js" ], "run_at": "document_end" } ], "homepage_url": "https:\/\/giki.app" } |