Twitter -_orig
No more .jpg_orig + auto appends ":orig"! Make saving original twitter images easier.
ما هو Twitter -_orig؟
Twitter -_orig هو إضافة Chrome تم تطويرها بواسطة Scotto، والميزة الرئيسية لها هي "No more .jpg_orig + auto appends ":orig"! Make saving original twitter images easier.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Twitter -_orig
قم بتنزيل ملفات الامتداد Twitter -_orig بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A simple extension that makes saving Twitter images much easier. This extension automatically redirects any Twitter image to it's ":orig" counterpart and makes it so instead of your OS suggesting .jpg_orig as the file extension, it will suggest .jpg whilst retaining the same jpg:orig image file. معلومات أساسية عن التمديد
| الاسم | |
| ID | abhahfjacodgcpjmnofopebllmgmdlef |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/twitter-orig/abhahfjacodgcpjmnofopebllmgmdlef |
| الوصف | No more .jpg_orig + auto appends ":orig"! Make saving original twitter images easier. |
| حجم الملف | 14.46 KB |
| عدد التثبيتات | 230 |
| النسخة الحالية | 0.5 |
| آخر تحديث | 2019-07-28 |
| تاريخ النشر | 2019-07-28 |
| تقييم | 5.00/5 مجموع تقييمات 6 |
| المطور | Scotto |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Twitter -_orig",
"description": "No more .jpg_orig + auto appends \":orig\"! Make saving original twitter images easier.",
"version": "0.5",
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"16": ".\/icons\/iconx16.png",
"48": ".\/icons\/iconx48.png",
"128": ".\/icons\/iconx128.png"
},
"permissions": [
"webRequest",
"webRequestBlocking",
"*:\/\/pbs.twimg.com\/media\/*"
],
"browser_action": {
"default_icon": {
"16": ".\/icons\/iconx16.png",
"48": ".\/icons\/iconx48.png",
"128": ".\/icons\/iconx128.png"
}
},
"commands": {
"save": {
"suggested_key": {
"default": "Ctrl+S",
"mac": "Command+S"
},
"description": "Save"
}
}
} | |