Fullscreen Pixlr

By Aaron Saporito

什麼是Fullscreen Pixlr?

Fullscreen Pixlr是由Aaron Saporito開發的Chrome擴展程式,該擴展的主要功能是“By Aaron Saporito”。

擴展截圖

screenshot
screenshot

下載Fullscreen Pixlr擴展crx文件

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

擴展使用說明

                        This gets rid of the empty space/ad space on the far right of the Pixlr editor.

Pros;
  Fullscreen editing

Cons;
  ???                    

擴展基本資訊

名稱 Fullscreen Pixlr Fullscreen Pixlr
ID ohbfippdelopbdagjgdbldkgipebgdna
官方網址 https://chrome.google.com/webstore/detail/fullscreen-pixlr/ohbfippdelopbdagjgdbldkgipebgdna
簡介 By Aaron Saporito
檔案大小 31.88 KB
安裝次數 919
目前版本 0.1.7
更新時間 2017-03-28
上架時間 2017-03-28
評分 2.40/5 共 15 次評分
開發者 Aaron Saporito
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fullscreen Pixlr",
    "version": "0.1.7",
    "description": "By Aaron Saporito",
    "content_scripts": [
        {
            "css": [
                "full.css"
            ],
            "matches": [
                "*:\/\/pixlr.com\/editor\/"
            ]
        }
    ],
    "web_accessible_resources": [
        "full.css"
    ],
    "browser_action": {
        "default_icon": "icon48.png"
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    }
}