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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | https://help.blogbeats.me/hc/en-us |
عنوان صفحة سياسة الخصوصية | 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" ] } |