Fullscreen Pixlr

By Aaron Saporito

Fullscreen Pixlr là gì?

Fullscreen Pixlr là một tiện ích mở rộng Chrome được phát triển bởi Aaron Saporito, và tính năng chính của nó là "By Aaron Saporito".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fullscreen Pixlr

Tải xuống các tệp mở rộng Fullscreen Pixlr dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Pros;
  Fullscreen editing

Cons;
  ???                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fullscreen Pixlr Fullscreen Pixlr
ID ohbfippdelopbdagjgdbldkgipebgdna
URL Chính Thức https://chrome.google.com/webstore/detail/fullscreen-pixlr/ohbfippdelopbdagjgdbldkgipebgdna
Mô tả By Aaron Saporito
Kích Thước Tệp 31.88 KB
Số Lần Cài Đặt 919
Phiên Bản Hiện Tại 0.1.7
Cập Nhật Lần Cuối 2017-03-28
Ngày Phát Hành 2017-03-28
Đánh Giá 2.40/5 Tổng số 15 Đánh Giá
Nhà Phát Triển Aaron Saporito
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}