Applitools Centra Screenshot Capture
Take a screenshot and save it to your system clipboard
什麼是Applitools Centra Screenshot Capture?
Applitools Centra Screenshot Capture是由Applitools開發的Chrome擴展程式,該擴展的主要功能是“Take a screenshot and save it to your system clipboard”。
擴展截圖
下載Applitools Centra Screenshot Capture擴展crx文件
下載Applitools Centra Screenshot Capture擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Applitools Centra enables you to capture full-page and viewport screenshots of your website or web application and upload it to Applitools Centra for easy comparison and validation against your designs or components. Once uploaded to Centra, stakeholders can collaborate on differences that may arise between design and implementation. Enabling you to easily collaborate, validate, and track an app's development in your team. Collaborate -- Easily communicate with different stakeholders across the product delivery lifecycle. Validate -- Verify that your designs are implemented correctly and that your brand is kept intact. Track -- View the history of your UI over time as changes are made. Screenshot capture options: Located in the context menu by right-clicking on the webpage. Available options include... - [Default] Full-page screenshot (Captures the entire page). - Viewport screenshot (Captures the viewable area on the page). - [Default] Stitch with CSS (Captures screenshot using CSS transition and removes duplication of fixed position elements. i.e sticky headers/footers). - Stitch with scroll (Captures screenshot using standard Javascript scrolling). Known limitations: Saving an image to the system clipboard only works on HTTPS or local HTTP sites. Users need to allow the extension to copy images to clipboard per domain they use it on.
擴展基本資訊
名稱 | Applitools Centra Screenshot Capture |
ID | lkafnclgfnendcdgepjccbbadfcjlhdm |
官方網址 | https://chromewebstore.google.com/detail/applitools-centra-screens/lkafnclgfnendcdgepjccbbadfcjlhdm |
簡介 | Take a screenshot and save it to your system clipboard |
檔案大小 | 406 KB |
安裝次數 | 44 |
目前版本 | 1.0.1 |
更新時間 | 2023-02-09 |
上架時間 | 2023-02-08 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Applitools |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://applitools.com/centra/ |
說明頁面URL | https://applitools.com/docs/centra/feedback |
隱私政策頁面URL | https://applitools.com/privacy-policy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Applitools Centra Screenshot Capture", "description": "Take a screenshot and save it to your system clipboard", "version": "1.0.1", "version_name": "1.0.1", "action": { "default_title": "Click to capture screenshot to system clipboard" }, "icons": { "16": "assets\/ChromeExt_16_LightBG.png", "32": "assets\/ChromeExt_32LightBG.png", "48": "assets\/ChromeExt_80_LightBG.png", "128": "assets\/ChromeExt_126_LightBG.png" }, "permissions": [ "activeTab", "scripting", "tabs", "storage", "clipboardWrite", "contextMenus", "notifications" ], "background": { "service_worker": "background.js" }, "host_permissions": [ " |