About 32 results
Open links in new tab
  1. tabs.captureVisibleTab () - Mozilla | MDN

    Jul 17, 2025 · Creates a data URL encoding the image of an area of the active tab in the specified window. You must have the <all_urls> or activeTab permission.

  2. chrome captureVisibleTab behavior - Stack Overflow

    May 23, 2024 · User takes action on a Button on first Tab of Window B to initiate screenshot capture. Algorithm triggers that iteratively makes every tab is active and injects a script is in active Tab's …

  3. tabs.captureVisibleTab () - Mozilla | MDN

    Nov 7, 2016 · Creates a data URI encoding an image of the visible area of the currently active tab in the specified window. You must have the <all_urls> permission to use this method.

  4. chrome.tabs | API | Chrome for Developers

    Mar 3, 2026 · In addition to sites that extensions can normally access, this method allows extensions to capture sensitive sites that are otherwise restricted, including chrome:-scheme pages, other …

  5. tabs.captureVisibleTab () - Web Extensions - W3cubDocs

    Creates a data URL encoding the image of an area of the currently active tab in the specified window. You must have the <all_urls> permission to use this method.

  6. How to Take Screenshots Using JavaScript for Chrome ...

    Jan 16, 2026 · In this guide, we’ll explore how to implement screenshot functionality in Chrome extensions using JavaScript and Chrome’s built-in APIs. We’ll cover everything from permissions and …

  7. tabs.captureVisibleTab() - Mozilla | MDN

    Creates a data URL encoding the image of an area of the currently active tab in the specified window. You must have the <all_urls> permission to use this method.

  8. Calling "captureVisibleTab" fails on the "new tab" page if ...

    In crbug.com/839857, tabs.captureVisibleTab () was adjusted to only allow chrome:// pages capture if the extension has activeTab granted. This was done as a security measure, since the extension …

  9. tabs.captureVisibleTab () - Mozilla | MDN - MDN 文档

    Creates a data URL encoding the image of an area of the active tab in the specified window. You must have the <all_urls> or activeTab permission.

  10. Chrome Extension Screenshot Capture API Tutorial: Complete ...

    Jan 18, 2025 · Learn how to build a Chrome extension that captures screenshots using the Capture Visible Tab API. Step-by-step tutorial covering Manifest V3, permissions, user privacy, and best …