Gmail Attachments-To-Top
Small tweaks to gmail. Creates an button prompting user to move attachments to top. Sets email images widths to max-width:100%
Gmail Attachments-To-Top là gì?
Gmail Attachments-To-Top là một tiện ích mở rộng Chrome được phát triển bởi https://www.jsabo.net, và tính năng chính của nó là "Small tweaks to gmail. Creates an button prompting user to move attachments to top. Sets email images widths to max-width:100%".
Ả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 Gmail Attachments-To-Top
Tải xuống các tệp mở rộng Gmail Attachments-To-Top 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
Small tweaks to gmail. Creates an button prompting user to move attachments to top. Sets email images widths to max-width:100%. To then download the file, you need to preview the file, then click download in the top right.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Gmail Attachments-To-Top |
ID | mejlnmfjopkholenbkppcipminekbbeg |
URL Chính Thức | https://chromewebstore.google.com/detail/gmail-attachments-to-top/mejlnmfjopkholenbkppcipminekbbeg |
Mô tả | Small tweaks to gmail. Creates an button prompting user to move attachments to top. Sets email images widths to max-width:100% |
Kích Thước Tệp | 75 KB |
Số Lần Cài Đặt | 25,490 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2019-11-04 |
Ngày Phát Hành | 2019-11-04 |
Đánh Giá | 2.41/5 Tổng số 29 Đánh Giá |
Nhà Phát Triển | https://www.jsabo.net |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.jsabo.net |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gmail Attachments-To-Top", "description": "Small tweaks to gmail. Creates an button prompting user to move attachments to top. Sets email images widths to max-width:100%", "version": "1.3", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "jquery-3.4.1.slim.js", "custom.js" ] } ] } |