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

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

Qu'est-ce que 新浪微博时区助手 Timezone Helper for Weibo.com ?

新浪微博时区助手 Timezone Helper for Weibo.com est une extension Chrome développée par youyix, et sa fonction principale est "以任意时区显示微博发布的时间,方便在海外使用新浪微博。Show timestamps at Weibo.com according to your local timezone.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension 新浪微博时区助手 Timezone Helper for Weibo.com

Téléchargez les fichiers d'extension 新浪微博时区助手 Timezone Helper for Weibo.com au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        新浪微博时区助手 

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

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

Informations de Base sur l'Extension

Nom 新浪微博时区助手 Timezone Helper for Weibo.com 新浪微博时区助手 Timezone Helper for Weibo.com
ID ilemdnkedjecplfcbaopicpcdkiafehd
URL Officiel 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
Description 以任意时区显示微博发布的时间,方便在海外使用新浪微博。Show timestamps at Weibo.com according to your local timezone.
Taille du Fichier 1.39 MB
Nombre d'Installations 28
Version Actuelle 0.5
Dernière Mise à Jour 2016-05-02
Date de Publication 2016-05-01
Évaluation 5.00/5 Total 1 Évaluations
Développeur youyix
Type de Paiement free
Site Web de l'Extension https://github.com/youyix/TimezoneHelper
Langues Prises en Charge 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"
    ]
}