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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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\/*" ] } |