The Altening Saver - Unofficial
Log 'Generate Alt' button clicks into a txt
The Altening Saver - Unofficial là gì?
The Altening Saver - Unofficial là một tiện ích mở rộng Chrome được phát triển bởi Intent, và tính năng chính của nó là "Log 'Generate Alt' button clicks into a txt".
Ả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 The Altening Saver - Unofficial
Tải xuống các tệp mở rộng The Altening Saver - Unofficial 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
With The Altening Saver, every time you generate an alt on the panel, it will be copied to a list that you can then view, and copy to clipboard by clicking the icon of this extension. The generated list conforms with the standard client account manager combo format, e.g. email:pass.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ggdfagoidfaekenhaeofhcpkkhfakijl |
URL Chính Thức | https://chromewebstore.google.com/detail/the-altening-saver-unoffi/ggdfagoidfaekenhaeofhcpkkhfakijl |
Mô tả | Log 'Generate Alt' button clicks into a txt |
Kích Thước Tệp | 81.74 KB |
Số Lần Cài Đặt | 241 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2019-09-18 |
Ngày Phát Hành | 2019-09-18 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Intent |
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": "The Altening Saver - Unofficial", "short_name": "The Altening Saver", "description": "Log 'Generate Alt' button clicks into a txt", "version": "1.0", "author": "Intent", "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/panel.thealtening.com\/" ], "js": [ "jquery.js", "inject.js" ] } ], "browser_action": { "default_icon": { "16": "16.png", "20": "20.png", "32": "32.png", "40": "40.png" }, "default_title": "The Altening Saver", "default_popup": "popup.html" }, "icons": { "128": "128.png", "16": "16.png", "32": "32.png", "48": "48.png", "64": "64.png" }, "permissions": [ "activeTab", "https:\/\/panel.thealtening.com\/" ] } |