Window Resizer

Resize Google Chrome windows.

什麼是Window Resizer?

Window Resizer是由https://lawfulgood.github.io開發的Chrome擴展程式,該擴展的主要功能是“Resize Google Chrome windows.”。

擴展截圖

screenshot

下載Window Resizer擴展crx文件

下載Window Resizer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Window Resizer is a utility to allow you to easily resize Google Chrome windows to specific sizes.

Source: https://github.com/LawfulGood/WindowResizer

Lawful Good is a suite of Google Chrome plugins that provide much needed developer & user functionality, without clogging your browser up with spyware, malware or other trash.                    

擴展基本資訊

名稱 Window Resizer Window Resizer
ID fgcikanifihhgnacepigehgmplgkkgcl
官方網址 https://chromewebstore.google.com/detail/window-resizer/fgcikanifihhgnacepigehgmplgkkgcl
簡介 Resize Google Chrome windows.
檔案大小 125 KB
安裝次數 10,000
目前版本 0.3
更新時間 2014-10-09
上架時間 2014-10-09
評分 3.63/5 共 30 次評分
開發者 https://lawfulgood.github.io
付費類型 free
支援的語言 en-US
manifest.json
{
    "name": "Window Resizer",
    "version": "0.3",
    "manifest_version": 2,
    "description": "Resize Google Chrome windows.",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "assets\/icons\/resize16.png",
        "48": "assets\/icons\/resize48.png",
        "128": "assets\/icons\/resize128.png",
        "256": "assets\/icons\/resize256.png"
    },
    "browser_action": {
        "default_icon": "assets\/icons\/resize256.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}