bigur
Avoid scrolling on Imgur to read the comments! Imgur for lazy people with big screens.
bigur là gì?
bigur là một tiện ích mở rộng Chrome được phát triển bởi AltIvan, và tính năng chính của nó là "Avoid scrolling on Imgur to read the comments! Imgur for lazy people with big screens.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng bigur
Tải xuống các tệp mở rộng bigur 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
Read the Imgur comments from the right side of the site, you no longer need to scroll to read the comments! To work it needs a screen width larger than 1420px Plus other small features for navigating Imgur: - See the number of images at the end of the title (very useful for dumps) - Auto-fit first image if its not too big (so you don't have to scroll)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jcckmfokcjjdablcoagoddoidmnknnfb |
URL Chính Thức | https://chrome.google.com/webstore/detail/bigur/jcckmfokcjjdablcoagoddoidmnknnfb |
Mô tả | Avoid scrolling on Imgur to read the comments! Imgur for lazy people with big screens. |
Kích Thước Tệp | 16 KB |
Số Lần Cài Đặt | 175 |
Phiên Bản Hiện Tại | 0.0.6 |
Cập Nhật Lần Cuối | 2017-06-09 |
Ngày Phát Hành | 2017-06-09 |
Đánh Giá | 4.40/5 Tổng số 20 Đánh Giá |
Nhà Phát Triển | AltIvan |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.6", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "tabs", "*:\/\/imgur.com\/*", "webNavigation" ] } |