Widened Weibo

加宽版微博,充分利用屏幕空间

Qu'est-ce que Widened Weibo ?

Widened Weibo est une extension Chrome développée par http://kookxiang.com, et sa fonction principale est "加宽版微博,充分利用屏幕空间".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Widened Weibo

Téléchargez les fichiers d'extension Widened Weibo 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

                        FORCE wide-screen support for Weibo.COM

使用纯净CSS生产,无需担心性能。
Written in PURE CSS, won't slow down your computer.

部分界面添加 CSS3 动画效果
Additional CSS3 transform effects.

==========

如果需要过滤 Weibo.COM 的广告,请安装 Adblock Plus 拓展,并订阅以下广告过滤清单:
  http://www.ikk.me/kklist.txt

If you wish to remove ads from Weibo.COM, please refer to extension called "Adblock Plus", and subscribe the above file.                    

Informations de Base sur l'Extension

Nom Widened Weibo Widened Weibo
ID poeminakmaicndcgkcnoekebemihijnf
URL Officiel https://chrome.google.com/webstore/detail/widened-weibo/poeminakmaicndcgkcnoekebemihijnf
Description 加宽版微博,充分利用屏幕空间
Taille du Fichier 4.34 KB
Nombre d'Installations 13
Version Actuelle 1.0.0.5
Dernière Mise à Jour 2013-12-21
Date de Publication 2013-12-21
Évaluation 5.00/5 Total 2 Évaluations
Développeur http://kookxiang.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.ikk.me
Langues Prises en Charge zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "\u52a0\u5bbd\u7248\u5fae\u535a\uff0c\u5145\u5206\u5229\u7528\u5c4f\u5e55\u7a7a\u95f4",
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "style.css"
            ],
            "matches": [
                "http:\/\/weibo.com\/*",
                "http:\/\/www.weibo.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "manifest_version": 2,
    "name": "Widened Weibo",
    "permissions": [
        "http:\/\/weibo.com\/*",
        "http:\/\/www.weibo.com\/*"
    ],
    "version": "1.0.0.5",
    "web_accessible_resources": [
        "style.css"
    ]
}