Widened Weibo

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

Widened Weibo란 무엇입니까?

Widened Weibo은(는) http://kookxiang.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "加宽版微博,充分利用屏幕空间"입니다.

확장 프로그램 스크린샷

screenshot

Widened Weibo 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Widened Weibo Widened Weibo
ID poeminakmaicndcgkcnoekebemihijnf
공식 URL https://chrome.google.com/webstore/detail/widened-weibo/poeminakmaicndcgkcnoekebemihijnf
설명 加宽版微博,充分利用屏幕空间
파일 크기 4.34 KB
설치 횟수 13
현재 버전 1.0.0.5
최근 업데이트 2013-12-21
출시 날짜 2013-12-21
평점 5.00/5 총 2 개의 평점
개발자 http://kookxiang.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.ikk.me
지원되는 언어 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"
    ]
}