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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Giki
ดาวน์โหลดไฟล์ส่วนขยาย Giki ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } |