Browser resize

Simple browser resize

什麼是Browser resize?

Browser resize是由graham開發的Chrome擴展程式,該擴展的主要功能是“Simple browser resize”。

擴展截圖

screenshot

下載Browser resize擴展crx文件

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

擴展使用說明

                        Super simple developer tool to change the browser size. 

Options to edit widths and keep popup open after resize (closes by default of maximise).

Nothing malicious in here, unlike in certain other extensions.

Code is on Github https://github.com/grahamlicence/chrome-resize and there is plenty of documentation from Google on how to make your own window resizer. 

Changelog

0.3.0 - Changed window position left and height to stay the same when resizing. Options page added for changing width settings.                    

擴展基本資訊

名稱 Browser resize Browser resize
ID pnmdcoaajafdppfpioijldebfbpogopn
官方網址 https://chromewebstore.google.com/detail/browser-resize/pnmdcoaajafdppfpioijldebfbpogopn
簡介 Simple browser resize
檔案大小 16.94 KB
安裝次數 1,949
目前版本 0.3.0
更新時間 2014-10-22
上架時間 2014-10-22
評分 4.25/5 共 12 次評分
開發者 graham
電子郵箱 [email protected]
付費類型 free
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Browser resize",
    "version": "0.3.0",
    "manifest_version": 2,
    "description": "Simple browser resize",
    "icons": {
        "16": "images\/default.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "images\/default.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}