BiggerPic
Takes you directly to the bigger picture on TinyPic.
ما هو BiggerPic؟
BiggerPic هو إضافة Chrome تم تطويرها بواسطة Waha، والميزة الرئيسية لها هي "Takes you directly to the bigger picture on TinyPic.".
تحميل ملف CRX للإضافة BiggerPic
قم بتنزيل ملفات الامتداد BiggerPic بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
TinyPic made some change a while back that forced you to view their stupid gallery view of a photo when you try to access it directly. This allows you to access it directly, bypassing that gallery view. If you have any issues please post the URL of the raw image and the gallery URL (looks like http://tinypic.com/view.php?pic=BLAH&s=NUMBER)
معلومات أساسية عن التمديد
الاسم | ![]() |
ID | ednnacfdjdinebpoafbggebiialnigml |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/biggerpic/ednnacfdjdinebpoafbggebiialnigml |
الوصف | Takes you directly to the bigger picture on TinyPic. |
حجم الملف | 3.25 KB |
عدد التثبيتات | 15 |
النسخة الحالية | 0.2 |
آخر تحديث | 2013-08-30 |
تاريخ النشر | 2013-08-30 |
المطور | Waha |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BiggerPic", "description": "Takes you directly to the bigger picture on TinyPic.", "background": { "scripts": [ "bg.js" ] }, "version": "0.2", "permissions": [ "webRequest", "webRequestBlocking", "http:\/\/*.tinypic.com\/*" ] } |