BlogBeats - Geo-Time-tagged blogging platform
Create, Publish & Discover interest-based content from your location. Narrate compelling stories, create timelines.
BlogBeats - Geo-Time-tagged blogging platformคืออะไร?
BlogBeats - Geo-Time-tagged blogging platform เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://blogbeats.me และคุณลักษณะหลักของมันคือ "Create, Publish & Discover interest-based content from your location. Narrate compelling stories, create timelines."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BlogBeats - Geo-Time-tagged blogging platform
ดาวน์โหลดไฟล์ส่วนขยาย BlogBeats - Geo-Time-tagged blogging platform ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Its as an BlogBeats extension to read the latest blog publish around the world. we are testing our first alpha Chrome Extension
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | BlogBeats - Geo-Time-tagged blogging platform |
ID | cffmogdhmgpdpnadbfdebimhikkhohgo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/blogbeats-geo-time-tagged/cffmogdhmgpdpnadbfdebimhikkhohgo |
คำอธิบาย | Create, Publish & Discover interest-based content from your location. Narrate compelling stories, create timelines. |
ขนาดไฟล์ | 74.88 KB |
จำนวนการติดตั้ง | 123 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2017-12-12 |
วันที่เผยแพร่ | 2017-12-11 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://blogbeats.me |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://blogbeats.me |
URL หน้าช่วยเหลือ | https://help.blogbeats.me/hc/en-us |
URL หน้านโยบายความเป็นส่วนตัว | https://blogbeats.me/page/privacypolicy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BlogBeats - Geo-Time-tagged blogging platform", "description": "Create, Publish & Discover interest-based content from your location. Narrate compelling stories, create timelines.", "version": "1.3", "browser_action": { "default_icon": "icon32.png" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "background": { "scripts": [ "js\/jquery.min.js", "js\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/script.js" ] } ], "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "activeTab", "storage", "notifications" ] } |