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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में DigitalPage Web Clipper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*"
        ]
    }
}