@4x
Spoofing to get dem supersex retina resolution emoticons from hipchat
ما هو @4x؟
@4x هو إضافة Chrome تم تطويرها بواسطة leucochroic، والميزة الرئيسية لها هي "Spoofing to get dem supersex retina resolution emoticons from hipchat".
تحميل ملف CRX للإضافة @4x
قم بتنزيل ملفات الامتداد @4x بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Made so you can enjoy your custom emoticons at a size not for ants!
Extensions spoofs device pixel ratio to convince Hipchat webclient to serve 4x/retina resolution emoticons then scales resizes them based on preferences.
Additionally allows for resizing of image/video preview by clicking and dragging on the image (a la Reddit Enhancement Suite).
- As of 4.3 added an options page to allow changing of the size of emoticons. Also fixed a bug where aspect ratio was still distorting for uploaded image files.
- As of 4.2 the bug responsible for distorting the aspect ratio of images when resizing has been fixed.
- As of 4.0 resizing is less intrusive and basically works like Reddit Enhancement Suite's resizing. Also the resizing works on video and file upload previews when it previously did not.
- As of 3.1 the resizing bar has become a resizing handle is much much less jank.
- As of 3.0 now adds janky resizing bar to image previews. معلومات أساسية عن التمديد
| الاسم | |
| ID | nmcieofapjcebpedifbfpfjideilbacg |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/4x/nmcieofapjcebpedifbfpfjideilbacg |
| الوصف | Spoofing to get dem supersex retina resolution emoticons from hipchat |
| حجم الملف | 33.53 KB |
| عدد التثبيتات | 18 |
| النسخة الحالية | 5.1 |
| آخر تحديث | 2016-06-15 |
| تاريخ النشر | 2016-06-15 |
| تقييم | 5.00/5 مجموع تقييمات 1 |
| المطور | leucochroic |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "@4x",
"description": "Spoofing to get dem supersex retina resolution emoticons from hipchat",
"version": "5.1",
"permissions": [
"activeTab",
"https:\/\/ajax.googleapis.com\/",
"tabs",
"https:\/\/*.hipchat.com\/*",
"storage"
],
"content_scripts": [
{
"run_at": "document_start",
"matches": [
"https:\/\/*.hipchat.com\/*"
],
"css": [
"makeembigger.css"
],
"js": [
"@4x_bootstrapper.js"
]
}
],
"icons": {
"128": "text3555.png"
},
"web_accessible_resources": [
"@4x_injected_script.js"
],
"options_page": "options.html"
} | |