Annotate the Web

Annotate on any webpage and save it as a screenshot!

Annotate the Web क्या है?

Annotate the Web H. Pleitez द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Annotate on any webpage and save it as a screenshot!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

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

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

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

                        Annotate the Web was created to allow users to annotate any webpage and save it as an image.

This can be useful for students having to submit work, or for anyone that would like to screen capture an image of the webpage they are on, along with annotations.

The extension does not save any of your user data nor does it relay any information to any server. It allows you to save the images to your hard drive.

This extension may be updated at irregular intervals.

- Herson Pleitez

Note: The annotation window can be moved around the screen. You can change the pen color, size of the pen, erase your annotation, clear the screen and save your annotation as a screenshot to your hard drive.

v1.0 - Initial release
v2.0 - Visual changes                    

एक्सटेंशन की मूल जानकारी

नाम Annotate the Web Annotate the Web
ID hkdbcemiphlcpmcphjgfaepgciimcoef
आधिकारिक URL https://chromewebstore.google.com/detail/annotate-the-web/hkdbcemiphlcpmcphjgfaepgciimcoef
विवरण Annotate on any webpage and save it as a screenshot!
फ़ाइल का आकार 205 KB
स्थापना संख्या 20,000
वर्तमान संस्करण 2.0
अंतिम अपडेट 2022-02-06
प्रकाशन तिथि 2020-04-22
रेटिंग 4.44/5 कुल 9 रेटिंग्स
डेवलपर H. Pleitez
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://sites.google.com/view/hpleitez/chrome-extensions
सहायता पृष्ठ URL https://sites.google.com/view/hpleitez/contact-me
गोपनीयता नीति पृष्ठ URL https://sites.google.com/view/hpleitez/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_title": "Annotate the Web"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Annotate on any webpage and save it as a screenshot!",
    "icons": {
        "128": "icons\/image.png"
    },
    "manifest_version": 2,
    "name": "Annotate the Web",
    "offline_enabled": true,
    "options_page": "about.html",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0",
    "web_accessible_resources": [
        "tools\/pen.png",
        "tools\/eraser.png",
        "tools\/save.png",
        "tools\/pointer.png",
        "css\/main.css"
    ]
}