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

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

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

新浪微博时区助手 Timezone Helper for Weibo.com ist eine Chrome-Erweiterung, die von youyix entwickelt wurde, und ihr Hauptmerkmal ist "以任意时区显示微博发布的时间,方便在海外使用新浪微博。Show timestamps at Weibo.com according to your local timezone.".

Erweiterungsscreenshots

screenshot
screenshot

新浪微博时区助手 Timezone Helper for Weibo.com-Erweiterungs-CRX-Datei herunterladen

Laden Sie 新浪微博时区助手 Timezone Helper for Weibo.com-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        新浪微博时区助手 

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

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

Grundlegende Informationen zur Erweiterung

Name 新浪微博时区助手 Timezone Helper for Weibo.com 新浪微博时区助手 Timezone Helper for Weibo.com
ID ilemdnkedjecplfcbaopicpcdkiafehd
Offizielle 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
Beschreibung 以任意时区显示微博发布的时间,方便在海外使用新浪微博。Show timestamps at Weibo.com according to your local timezone.
Dateigröße 1.39 MB
Installationsanzahl 28
Aktuelle Version 0.5
Letztes Update 2016-05-02
Veröffentlichungsdatum 2016-05-01
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler youyix
Zahlungsart free
Erweiterungswebsite https://github.com/youyix/TimezoneHelper
Unterstützte Sprachen 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"
    ]
}