Twitter image
Get the image on the twitter website with the original size.
ما هو Twitter image؟
Twitter image هو إضافة Chrome تم تطويرها بواسطة Wondoo Kang (a.k.a. Azyu)، والميزة الرئيسية لها هي "Get the image on the twitter website with the original size.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Twitter image
قم بتنزيل ملفات الامتداد Twitter image بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
If you right-click against the mouse over the image on Twitter & TweetDeck of the web, it is possible to obtain an image of the original size of the image. [ FAQ ] Q: I want to change download folder location! A: Sorry. Not allowed by Chrome Web Browser API.
معلومات أساسية عن التمديد
الاسم | Twitter image |
ID | fklblgnjblcekahbefdbnodkibknnadp |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/fklblgnjblcekahbefdbnodkibknnadp |
الوصف | Get the image on the twitter website with the original size. |
حجم الملف | 16.85 KB |
عدد التثبيتات | 23,549 |
النسخة الحالية | 0.33 |
آخر تحديث | 2019-07-20 |
تاريخ النشر | 2019-07-20 |
تقييم | 4.66/5 مجموع تقييمات 108 |
المطور | Wondoo Kang (a.k.a. Azyu) |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://twitter.com/_uyza_ |
اللغات المدعومة | en,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "script\/background.js" ] }, "content_scripts": [ { "js": [ "script\/eventListener.js" ], "matches": [ "*:\/\/twitter.com\/*" ] } ], "default_locale": "en", "description": "__MSG_ext_description__", "icons": { "128": "img\/icon_128.png", "16": "img\/icon_16.png", "48": "img\/icon_48.png" }, "manifest_version": 2, "name": "__MSG_ext_name__", "options_ui": { "chrome_style": true, "page": "options.html" }, "permissions": [ "contextMenus", "downloads", "storage", "*:\/\/twitter.com\/*", "*:\/\/twimg.com\/*" ], "version": "0.33" } |