IGPDF - Convert IG photos into PDF
IG2PDF to save entire Instagram posts to PDF, archive Instagram feeds as PDF, with comments and like counts.
IGPDF - Convert IG photos into PDF là gì?
IGPDF - Convert IG photos into PDF là một tiện ích mở rộng Chrome được phát triển bởi cocoa man, và tính năng chính của nó là "IG2PDF to save entire Instagram posts to PDF, archive Instagram feeds as PDF, with comments and like counts.".
Ả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 IGPDF - Convert IG photos into PDF
Tải xuống các tệp mở rộng IGPDF - Convert IG photos into PDF 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
One click to generate Instagram feeds to a PDF file in A4 or A5. a smart IG2PDF converter. # FEATURES ✓ Archive any Instagram posts as PDF file ✓ Uncheck what you don't want to display ✓ Show all photos on a post ✓ Realtime PDF style preview ✓ PDF page size: A4 or A5, landscape or portrait ✓ Display posts data: likes and comments, likes, comments or date # DATA PRIVACY Your data is processed locally and never passes through our web server, ensuring the privacy of your exported information. # SUPPORT FAQ https://igpdf.extensionsfox.com/ If you have any questions, please keep in touch via [email protected].
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | IGPDF - Convert IG photos into PDF |
ID | bnagiklllhnejgpkgapeneajakkgoege |
URL Chính Thức | https://chromewebstore.google.com/detail/igpdf-convert-ig-photos-i/bnagiklllhnejgpkgapeneajakkgoege |
Mô tả | IG2PDF to save entire Instagram posts to PDF, archive Instagram feeds as PDF, with comments and like counts. |
Kích Thước Tệp | 1.54 MB |
Số Lần Cài Đặt | 38 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2023-07-04 |
Ngày Phát Hành | 2023-04-01 |
Nhà Phát Triển | cocoa man |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://igpdf.extensionsfox.com/ |
URL Trang Chính Sách Bảo Mật | https://mjsplitter.extensionsfox.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "default_locale": "en", "version": "1.0.1", "homepage_url": "https:\/\/igpdf.extensionsfox.com\/", "action": { "default_icon": ".\/assets\/icon-512.png", "default_popup": ".\/dist\/popup\/index.html" }, "icons": { "16": ".\/assets\/icon-512.png", "48": ".\/assets\/icon-512.png", "128": ".\/assets\/icon-512.png" }, "permissions": [ "cookies", "storage" ], "host_permissions": [ "*:\/\/*.instagram.com\/*", "*:\/\/igcdn.extensionsfox.com\/*" ], "background": { "service_worker": ".\/dist\/background\/index.mjs" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/www.instagram.com\/*" ], "js": [ ".\/dist\/contentScripts\/index.global.js" ], "css": [ ".\/dist\/contentScripts\/style.css" ] } ], "web_accessible_resources": [ { "resources": [ "dist\/contentScripts\/style.css", "assets\/*" ], "matches": [ " |