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

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

新浪微博时区助手 Timezone Helper for Weibo.com란 무엇입니까?

新浪微博时区助手 Timezone Helper for Weibo.com은(는) youyix에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "以任意时区显示微博发布的时间,方便在海外使用新浪微博。Show timestamps at Weibo.com according to your local timezone."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

新浪微博时区助手 Timezone Helper for Weibo.com 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        新浪微博时区助手 

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

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

확장 프로그램 기본 정보

이름 新浪微博时区助手 Timezone Helper for Weibo.com 新浪微博时区助手 Timezone Helper for Weibo.com
ID ilemdnkedjecplfcbaopicpcdkiafehd
공식 URL 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
설명 以任意时区显示微博发布的时间,方便在海外使用新浪微博。Show timestamps at Weibo.com according to your local timezone.
파일 크기 1.39 MB
설치 횟수 28
현재 버전 0.5
최근 업데이트 2016-05-02
출시 날짜 2016-05-01
평점 5.00/5 총 1 개의 평점
개발자 youyix
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/youyix/TimezoneHelper
지원되는 언어 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"
    ]
}