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?

DigitalPage Web Clipper是由wrapsody.dev开发的Chrome扩展程序,该扩展的主要功能是“Another quick and easy way to record your pages! Use the new DigitalPage Web Clipper to conveniently record desired information.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载DigitalPage Web Clipper扩展crx文件

下载DigitalPage Web Clipper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 DigitalPage Web Clipper DigitalPage Web Clipper
ID geenhpeoknjpnfdcjgdglmgnieadgaph
官方URL https://chromewebstore.google.com/detail/digitalpage-web-clipper/geenhpeoknjpnfdcjgdglmgnieadgaph
简介 Another quick and easy way to record your pages! Use the new DigitalPage Web Clipper to conveniently record desired information.
文件大小 545 KB
安装次数 78
当前版本 1.2.0
更新时间 2024-01-26
上架时间 2023-11-21
评分 5.00/5 共2次评分
开发者 wrapsody.dev
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://digitalpage.me
隐私政策页面URL https://home.digitalpage.me/en/privacy
支持的语言 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\/*"
        ]
    }
}