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
官方URL 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"
    }
}