Giki
This is Chrome Extension of a micro blogging platform https://giki.app to enable blogging anytime and anywhere from Chrome.
Qu'est-ce que Giki ?
Giki est une extension Chrome développée par Minghe, et sa fonction principale est "This is Chrome Extension of a micro blogging platform https://giki.app to enable blogging anytime and anywhere from Chrome.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Giki
Téléchargez les fichiers d'extension Giki au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Catch fleeting thoughts and ideas, and write them down with Giki.
Informations de Base sur l'Extension
Nom | Giki |
ID | hcjaennlplpppgfolnagejnpcmbhdjba |
URL Officiel | https://chromewebstore.google.com/detail/giki/hcjaennlplpppgfolnagejnpcmbhdjba |
Description | This is Chrome Extension of a micro blogging platform https://giki.app to enable blogging anytime and anywhere from Chrome. |
Taille du Fichier | 223 KB |
Nombre d'Installations | 76 |
Version Actuelle | 3.3.0 |
Dernière Mise à Jour | 2021-01-07 |
Date de Publication | 2020-06-09 |
Évaluation | 5.00/5 Total 7 Évaluations |
Développeur | Minghe |
[email protected] | |
Type de Paiement | in_app |
Site Web de l'Extension | https://giki.app |
URL de la Page d'Aide | https://giki.app |
Langues Prises en Charge | 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" } |