Previeweet
Previeweet is an awesome browser extension that provides Twitter users with in stream image previews
Previeweet là gì?
Previeweet là một tiện ích mở rộng Chrome được phát triển bởi ggurgone, và tính năng chính của nó là "Previeweet is an awesome browser extension that provides Twitter users with in stream image previews".
Ả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 Previeweet
Tải xuống các tệp mở rộng Previeweet 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
You will have a nice preview of the images uploaded by users, so you can expand the ones you are really interested in. Supported services: - Instagram - Dribbble - Twitter (pic.twitter.com) - Photobucket - Facebook - Apple - Yfrog - Twitpic - Twitvid - Imgur and many more! Due to the twitter cache, you might need to clear the browser cache or press CTRL+R to make previeweet working. Bugs? Questions? contact me on twitter: http://twitter.com/giuseppegurgone
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Previeweet |
ID | ioknjbncflfoefodkjodmddcpahnhkgh |
URL Chính Thức | https://chromewebstore.google.com/detail/previeweet/ioknjbncflfoefodkjodmddcpahnhkgh |
Mô tả | Previeweet is an awesome browser extension that provides Twitter users with in stream image previews |
Kích Thước Tệp | 20.05 KB |
Số Lần Cài Đặt | 693 |
Phiên Bản Hiện Tại | 3.0.3 |
Cập Nhật Lần Cuối | 2013-11-21 |
Ngày Phát Hành | 2013-11-21 |
Đánh Giá | 3.52/5 Tổng số 27 Đánh Giá |
Nhà Phát Triển | ggurgone |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://previeweet.com |
URL Trang Trợ Giúp | http://twitter.com/giuseppegurgone |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Previeweet", "description": "Previeweet is an awesome browser extension that provides Twitter users with in stream image previews", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*" ], "css": [ "previeweet.css" ], "js": [ "previeweet.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ "previeweetCore.js", "previeweet.css" ], "permissions": [ "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*" ], "version": "3.0.3" } |