Fullscreen Pixlr
By Aaron Saporito
ما هو Fullscreen Pixlr؟
Fullscreen Pixlr هو إضافة Chrome تم تطويرها بواسطة Aaron Saporito، والميزة الرئيسية لها هي "By Aaron Saporito".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Fullscreen Pixlr
قم بتنزيل ملفات الامتداد Fullscreen Pixlr بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |