Fullscreen Pixlr
By Aaron Saporito
Fullscreen Pixlrとは何ですか?
Fullscreen PixlrはAaron Saporitoによって開発されたChromeの拡張機能で、その主な機能は「By Aaron Saporito」です。
拡張機能のスクリーンショット
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; ???
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" } } |