directGyazo
This extension redirects a Gyazo link to a direct image link.
ما هو directGyazo؟
directGyazo هو إضافة Chrome تم تطويرها بواسطة skiilaa، والميزة الرئيسية لها هي "This extension redirects a Gyazo link to a direct image link.".
تحميل ملف CRX للإضافة directGyazo
قم بتنزيل ملفات الامتداد directGyazo بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Afraid of possible attacks in Gyazo? Tired of not being able to zoom into the picture using Ctrl+Scroll? This is the extension for you. Anytime you open a Gyazo link, this extension will redirect your to the direct image file stored on the Gyazo servers.
معلومات أساسية عن التمديد
الاسم | |
ID | oebemlehbnppikcnppfocbfjbhkadnbo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/directgyazo/oebemlehbnppikcnppfocbfjbhkadnbo |
الوصف | This extension redirects a Gyazo link to a direct image link. |
حجم الملف | 3.24 KB |
عدد التثبيتات | 23 |
النسخة الحالية | 1.0 |
آخر تحديث | 2017-03-05 |
تاريخ النشر | 2017-03-05 |
المطور | skiilaa |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "directGyazo", "description": "This extension redirects a Gyazo link to a direct image link.", "version": "1.0", "background": { "scripts": [ "gyazoRed.js" ] }, "permissions": [ "tabs" ] } |