ACM Paper Formatted Download
Download file name
ACM Paper Formatted Download là gì?
ACM Paper Formatted Download là một tiện ích mở rộng Chrome được phát triển bởi raphaeltnfsh, và tính năng chính của nó là "Download file name".
Ả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 ACM Paper Formatted Download
Tải xuống các tệp mở rộng ACM Paper Formatted Download 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
Insert "one click download" link, which will save PDF to formatted file name. Ex. "140418_EA CHI '13_TangibleRings- nestable circular tangibles.pdf" instead of "p1617-ebert.pdf"
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ![]() |
ID | bpodclfpdflmpddocmhainafbgdbklpk |
URL Chính Thức | https://chrome.google.com/webstore/detail/acm-paper-formatted-downl/bpodclfpdflmpddocmhainafbgdbklpk |
Mô tả | Download file name |
Kích Thước Tệp | 46.08 KB |
Số Lần Cài Đặt | 15 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2014-04-18 |
Ngày Phát Hành | 2014-04-18 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | raphaeltnfsh |
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": "ACM Paper Formatted Download", "description": "Download file name", "version": "1.4", "permissions": [ "http:\/\/dl.acm.org\/*" ], "content_scripts": [ { "matches": [ "http:\/\/dl.acm.org\/*" ], "js": [ "jquery-1.11.0.min.js", "moment.js", "myscript.js" ] } ] } |