新浪微博时区助手 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 هو إضافة Chrome تم تطويرها بواسطة youyix، والميزة الرئيسية لها هي "以任意时区显示微博发布的时间,方便在海外使用新浪微博。Show timestamps at Weibo.com according to your local timezone.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة 新浪微博时区助手 Timezone Helper for Weibo.com

قم بتنزيل ملفات الامتداد 新浪微博时区助手 Timezone Helper for Weibo.com بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}