BiggerPic
Takes you directly to the bigger picture on TinyPic.
BiggerPic là gì?
BiggerPic là một tiện ích mở rộng Chrome được phát triển bởi Waha, và tính năng chính của nó là "Takes you directly to the bigger picture on TinyPic.".
Tải xuống tệp CRX của tiện ích mở rộng BiggerPic
Tải xuống các tệp mở rộng BiggerPic dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ![]() |
ID | ednnacfdjdinebpoafbggebiialnigml |
URL Chính Thức | https://chrome.google.com/webstore/detail/biggerpic/ednnacfdjdinebpoafbggebiialnigml |
Mô tả | Takes you directly to the bigger picture on TinyPic. |
Kích Thước Tệp | 3.25 KB |
Số Lần Cài Đặt | 15 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2013-08-30 |
Ngày Phát Hành | 2013-08-30 |
Nhà Phát Triển | Waha |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |