Giki
This is Chrome Extension of a micro blogging platform https://giki.app to enable blogging anytime and anywhere from Chrome.
Giki क्या है?
Giki Minghe द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is Chrome Extension of a micro blogging platform https://giki.app to enable blogging anytime and anywhere from Chrome."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Giki एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Catch fleeting thoughts and ideas, and write them down with 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" } |