DigitalPage Web Clipper

Another quick and easy way to record your pages! Use the new DigitalPage Web Clipper to conveniently record desired information.

DigitalPage Web Clipper là gì?

DigitalPage Web Clipper là một tiện ích mở rộng Chrome được phát triển bởi wrapsody.dev, và tính năng chính của nó là "Another quick and easy way to record your pages! Use the new DigitalPage Web Clipper to conveniently record desired information.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng DigitalPage Web Clipper

Tải xuống các tệp mở rộng DigitalPage Web Clipper 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

                        You can easily summarize using AI.

- Put an end to just scraping off too much information. AI will summarize everything and make it concise and neat!

You can record and save pages in various forms.

- You can save in bookmark, text, HTML, image, and PDF formats.

You can link together recorded pages.

- Link your pages to continue your train of thoughts and stimulate your imagination.

You can share your interesting pages with others.

- Share with your friends and other users through the page sending feature.

Free yourself from trying to remember everything.

Spend more time on creative thinking and put your mind to rest.

Just record, and DigitalPage will do the rest!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DigitalPage Web Clipper DigitalPage Web Clipper
ID geenhpeoknjpnfdcjgdglmgnieadgaph
URL Chính Thức https://chromewebstore.google.com/detail/digitalpage-web-clipper/geenhpeoknjpnfdcjgdglmgnieadgaph
Mô tả Another quick and easy way to record your pages! Use the new DigitalPage Web Clipper to conveniently record desired information.
Kích Thước Tệp 545 KB
Số Lần Cài Đặt 78
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2024-01-26
Ngày Phát Hành 2023-11-21
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển wrapsody.dev
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://digitalpage.me
URL Trang Chính Sách Bảo Mật https://home.digitalpage.me/en/privacy
Ngôn Ngữ Được Hỗ Trợ en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "DigitalPage Web Clipper",
    "description": "__MSG_description__",
    "version": "1.2.0",
    "default_locale": "en",
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "assets\/icons\/icon16.png",
            "24": "assets\/icons\/icon24.png",
            "32": "assets\/icons\/icon32.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/index.js"
            ],
            "css": [
                "content\/index.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background\/index.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/icons\/*.png"
            ],
            "matches": [],
            "extension_ids": []
        },
        {
            "resources": [
                "assets\/*.svg",
                "page\/index.html",
                "page\/index.*.js",
                "page\/index.*.css"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "permissions": [
        "tabs",
        "contextMenus",
        "storage",
        "pageCapture"
    ],
    "host_permissions": [
        ""
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.digitalpage.me\/*"
        ]
    }
}