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 là gì?

BlogBeats - Geo-Time-tagged blogging platform là một tiện ích mở rộng Chrome được phát triển bởi https://blogbeats.me, và tính năng chính của nó là "Create, Publish & Discover interest-based content from your location. Narrate compelling stories, create timelines.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng BlogBeats - Geo-Time-tagged blogging platform

Tải xuống các tệp mở rộng BlogBeats - Geo-Time-tagged blogging platform dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Its as an BlogBeats extension to read the latest blog publish around the world. we are testing our first alpha Chrome Extension                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BlogBeats - Geo-Time-tagged blogging platform BlogBeats - Geo-Time-tagged blogging platform
ID cffmogdhmgpdpnadbfdebimhikkhohgo
URL Chính Thức https://chromewebstore.google.com/detail/blogbeats-geo-time-tagged/cffmogdhmgpdpnadbfdebimhikkhohgo
Mô tả Create, Publish & Discover interest-based content from your location. Narrate compelling stories, create timelines.
Kích Thước Tệp 74.88 KB
Số Lần Cài Đặt 123
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2017-12-12
Ngày Phát Hành 2017-12-11
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://blogbeats.me
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://blogbeats.me
URL Trang Trợ Giúp https://help.blogbeats.me/hc/en-us
URL Trang Chính Sách Bảo Mật https://blogbeats.me/page/privacypolicy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}