Fullscreen Pixlr
By Aaron Saporito
Fullscreen Pixlrคืออะไร?
Fullscreen Pixlr เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aaron Saporito และคุณลักษณะหลักของมันคือ "By Aaron Saporito"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fullscreen Pixlr
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" } } |