Giki
This is Chrome Extension of a micro blogging platform https://giki.app to enable blogging anytime and anywhere from Chrome.
Wat is Giki?
Giki is een Chrome-extensie ontwikkeld door Minghe, en de belangrijkste functie is "This is Chrome Extension of a micro blogging platform https://giki.app to enable blogging anytime and anywhere from Chrome.".
Extensie Screenshots
Download het CRX-bestand van de extensie Giki
Download Giki-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
Catch fleeting thoughts and ideas, and write them down with Giki.
Basisinformatie over de Extensie
Naam | Giki |
ID | hcjaennlplpppgfolnagejnpcmbhdjba |
Officiële URL | https://chromewebstore.google.com/detail/giki/hcjaennlplpppgfolnagejnpcmbhdjba |
Beschrijving | This is Chrome Extension of a micro blogging platform https://giki.app to enable blogging anytime and anywhere from Chrome. |
Bestandsgrootte | 223 KB |
Aantal Installaties | 76 |
Huidige Versie | 3.3.0 |
Laatst Bijgewerkt | 2021-01-07 |
Publicatiedatum | 2020-06-09 |
Beoordeling | 5.00/5 Totaal 7 Beoordelingen |
Ontwikkelaar | Minghe |
[email protected] | |
Betalingswijze | in_app |
Extensiewebsite | https://giki.app |
Help Pagina-URL | https://giki.app |
Ondersteunde Talen | 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" } |