Twitter image
Get the image on the twitter website with the original size.
Twitter image là gì?
Twitter image là một tiện ích mở rộng Chrome được phát triển bởi Wondoo Kang (a.k.a. Azyu), và tính năng chính của nó là "Get the image on the twitter website with the original size.".
Ả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 Twitter image
Tải xuống các tệp mở rộng Twitter image 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
If you right-click against the mouse over the image on Twitter & TweetDeck of the web, it is possible to obtain an image of the original size of the image. [ FAQ ] Q: I want to change download folder location! A: Sorry. Not allowed by Chrome Web Browser API.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Twitter image |
ID | fklblgnjblcekahbefdbnodkibknnadp |
URL Chính Thức | https://chrome.google.com/webstore/detail/fklblgnjblcekahbefdbnodkibknnadp |
Mô tả | Get the image on the twitter website with the original size. |
Kích Thước Tệp | 16.85 KB |
Số Lần Cài Đặt | 23,549 |
Phiên Bản Hiện Tại | 0.33 |
Cập Nhật Lần Cuối | 2019-07-20 |
Ngày Phát Hành | 2019-07-20 |
Đánh Giá | 4.66/5 Tổng số 108 Đánh Giá |
Nhà Phát Triển | Wondoo Kang (a.k.a. Azyu) |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://twitter.com/_uyza_ |
Ngôn Ngữ Được Hỗ Trợ | en,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "script\/background.js" ] }, "content_scripts": [ { "js": [ "script\/eventListener.js" ], "matches": [ "*:\/\/twitter.com\/*" ] } ], "default_locale": "en", "description": "__MSG_ext_description__", "icons": { "128": "img\/icon_128.png", "16": "img\/icon_16.png", "48": "img\/icon_48.png" }, "manifest_version": 2, "name": "__MSG_ext_name__", "options_ui": { "chrome_style": true, "page": "options.html" }, "permissions": [ "contextMenus", "downloads", "storage", "*:\/\/twitter.com\/*", "*:\/\/twimg.com\/*" ], "version": "0.33" } |