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はhttps://blogbeats.meによって開発されたChromeの拡張機能で、その主な機能は「Create, Publish & Discover interest-based content from your location. Narrate compelling stories, create timelines.」です。
拡張機能のスクリーンショット
BlogBeats - Geo-Time-tagged blogging platform拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" ] } |