Giki

This is Chrome Extension of a micro blogging platform https://giki.app to enable blogging anytime and anywhere from Chrome.

Τι είναι το Giki;

Το Giki είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Minghe, και η κύρια λειτουργία του είναι "This is Chrome Extension of a micro blogging platform https://giki.app to enable blogging anytime and anywhere from Chrome.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Giki

Λήψη αρχείων επέκτασης Giki σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Catch fleeting thoughts and ideas, and write them down with Giki.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Giki Giki
ID hcjaennlplpppgfolnagejnpcmbhdjba
Επίσημο URL https://chromewebstore.google.com/detail/giki/hcjaennlplpppgfolnagejnpcmbhdjba
Περιγραφή This is Chrome Extension of a micro blogging platform https://giki.app to enable blogging anytime and anywhere from Chrome.
Μέγεθος Αρχείου 223 KB
Αριθμός Εγκαταστάσεων 76
Τρέχουσα Έκδοση 3.3.0
Τελευταία Ενημέρωση 2021-01-07
Ημερομηνία Δημοσίευσης 2020-06-09
Αξιολόγηση 5.00/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής Minghe
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://giki.app
Διεύθυνση URL της Σελίδας Βοήθειας https://giki.app
Υποστηριζόμενες Γλώσσες 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"
}