新浪微博时区助手 Timezone Helper for Weibo.com

以任意时区显示微博发布的时间,方便在海外使用新浪微博。Show timestamps at Weibo.com according to your local timezone.

新浪微博时区助手 Timezone Helper for Weibo.com là gì?

新浪微博时区助手 Timezone Helper for Weibo.com là một tiện ích mở rộng Chrome được phát triển bởi youyix, và tính năng chính của nó là "以任意时区显示微博发布的时间,方便在海外使用新浪微博。Show timestamps at Weibo.com according to your local timezone.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng 新浪微博时区助手 Timezone Helper for Weibo.com

Tải xuống các tệp mở rộng 新浪微博时区助手 Timezone Helper for Weibo.com 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

                        新浪微博时区助手 

以任意时区显示微博发布的时间,方便在海外使用新浪微博。

---------
## v0.5
updates
- Refactory 
- Material Design                    

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

Tên 新浪微博时区助手 Timezone Helper for Weibo.com 新浪微博时区助手 Timezone Helper for Weibo.com
ID ilemdnkedjecplfcbaopicpcdkiafehd
URL Chính Thức https://chromewebstore.google.com/detail/%E6%96%B0%E6%B5%AA%E5%BE%AE%E5%8D%9A%E6%97%B6%E5%8C%BA%E5%8A%A9%E6%89%8B-timezone-helper/ilemdnkedjecplfcbaopicpcdkiafehd
Mô tả 以任意时区显示微博发布的时间,方便在海外使用新浪微博。Show timestamps at Weibo.com according to your local timezone.
Kích Thước Tệp 1.39 MB
Số Lần Cài Đặt 28
Phiên Bản Hiện Tại 0.5
Cập Nhật Lần Cuối 2016-05-02
Ngày Phát Hành 2016-05-01
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển youyix
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/youyix/TimezoneHelper
Ngôn Ngữ Được Hỗ Trợ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u65b0\u6d6a\u5fae\u535a\u65f6\u533a\u52a9\u624b Timezone Helper for Weibo.com",
    "version": "0.5",
    "author": "Zhenfei Nie",
    "description": "\u4ee5\u4efb\u610f\u65f6\u533a\u663e\u793a\u5fae\u535a\u53d1\u5e03\u7684\u65f6\u95f4\uff0c\u65b9\u4fbf\u5728\u6d77\u5916\u4f7f\u7528\u65b0\u6d6a\u5fae\u535a\u3002Show timestamps at Weibo.com according to your local timezone. ",
    "short_name": "\u8bf7\u9009\u62e9\u65f6\u533a\/Please choose a timezone",
    "icons": {
        "16": "static\/img\/icon16.png",
        "24": "static\/img\/icon24.png",
        "64": "static\/img\/icon64.png",
        "128": "static\/img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "static\/img\/icon.png",
        "default_popup": "popup\/popup.build.html"
    },
    "background": {
        "persistent": false,
        "page": "background\/background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.weibo.com\/*"
            ],
            "css": [
                "logic\/client.css",
                "static\/css\/bootstrap.min.css"
            ],
            "js": [
                "static\/js\/moment-with-locales.min.js",
                "static\/js\/moment-timezone-with-data-2010-2020.min.js",
                "static\/js\/jquery.min.js",
                "static\/js\/bootstrap.min.js",
                "logic\/client.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*.weibo.com\/*",
        "storage"
    ]
}