WideArea

Add wide mode to all textarea(s)

什麼是WideArea?

WideArea是由https://www.usabli.ca開發的Chrome擴展程式,該擴展的主要功能是“Add wide mode to all textarea(s)”。

擴展截圖

screenshot
screenshot

下載WideArea擴展crx文件

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

擴展使用說明

                        Change old textarea to expandable distraction-free textarea and write large amount of text easily.                    

擴展基本資訊

名稱 WideArea WideArea
ID dojjkhnabblnmmfnjocaoclnblnodmki
官方網址 https://chromewebstore.google.com/detail/widearea/dojjkhnabblnmmfnjocaoclnblnodmki
簡介 Add wide mode to all textarea(s)
檔案大小 27.35 KB
安裝次數 13
目前版本 0.2.1
更新時間 2013-06-06
上架時間 2013-06-06
評分 4.75/5 共 4 次評分
開發者 https://www.usabli.ca
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WideArea",
    "version": "0.2.1",
    "manifest_version": 2,
    "description": "Add wide mode to all textarea(s)",
    "page_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "widearea.js",
                "main.js"
            ],
            "css": [
                "widearea.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    }
}