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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
}