Social Media Profile Saver
Allows you to save the important details from a profile page as an HTML document
Social Media Profile Saver là gì?
Social Media Profile Saver là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Allows you to save the important details from a profile page as an HTML document".
Ả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 Social Media Profile Saver
Tải xuống các tệp mở rộng Social Media Profile Saver 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
Allows you to save the important details from a profile page as an HTML document
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Social Media Profile Saver |
ID | okfbgbjbkfkndojokpjpfmhgadedmamb |
URL Chính Thức | https://chromewebstore.google.com/detail/social-media-profile-save/okfbgbjbkfkndojokpjpfmhgadedmamb |
Mô tả | Allows you to save the important details from a profile page as an HTML document |
Kích Thước Tệp | 13.71 KB |
Số Lần Cài Đặt | 93 |
Phiên Bản Hiện Tại | 1.1.1 |
Cập Nhật Lần Cuối | 2017-02-17 |
Ngày Phát Hành | 2017-02-17 |
Đánh Giá | 1.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Social Media Profile Saver", "version": "1.1.1", "manifest_version": 2, "icons": { "128": "save-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*.linkedin.com\/*", "https:\/\/*.linkedin.com\/*" ], "js": [ "profile_content.js", "profile_content_old.js" ], "run_at": "document_start" }, { "matches": [ "http:\/\/*.linkedin.com\/recruiter\/profile\/*", "https:\/\/*.linkedin.com\/recruiter\/profile\/*" ], "js": [ "recruiter_profile_content.js" ], "run_at": "document_start" }, { "matches": [ "http:\/\/*.linkedin.com\/*", "https:\/\/*.linkedin.com\/*" ], "js": [ "push_state.js" ], "run_at": "document_start" } ] } |