Snipping Tool For Chromebook
This extension will help you to guide how to install snipping tool for chromebook
什麼是Snipping Tool For Chromebook?
Snipping Tool For Chromebook是由maheshnigg開發的Chrome擴展程式,該擴展的主要功能是“This extension will help you to guide how to install snipping tool for chromebook”。
擴展截圖
下載Snipping Tool For Chromebook擴展crx文件
下載Snipping Tool For Chromebook擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Snipping tool for chromebook is here. free to download on chrome os. follow this below guide to use Snipping Tool on Chromebook. To open the Snipping Tool, press the Start key, type snipping tool, and then press Enter. (There's no keyboard shortcut to open Snipping Tool.) To choose the type of snip you want, press Alt + M keys and then use the arrow keys to choose Free-form, Rectangular, Window, or Full-screen Snip, and then press Enter. (Alt + M is available only with the latest update to Windows 10). When making a rectangular snip, hold down Shift and use the arrow keys to select the area you want to snip. To take a new screenshot using the same mode you used last, press Alt + N keys. To save your snip, press Ctrl + S keys. To copy it to the clipboard, press Ctrl + C keys.
擴展基本資訊
名稱 | |
ID | paodhljmedecodgkclabkpldbbffeabo |
官方網址 | https://chrome.google.com/webstore/detail/snipping-tool-for-chromeb/paodhljmedecodgkclabkpldbbffeabo |
簡介 | This extension will help you to guide how to install snipping tool for chromebook |
檔案大小 | 27.33 KB |
安裝次數 | 20,000 |
目前版本 | 0.0.1 |
更新時間 | 2021-06-17 |
上架時間 | 2021-06-17 |
評分 | 4.00/5 共 4 次評分 |
開發者 | maheshnigg |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://remoteplay.site/privacy-policy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Snipping Tool For Chromebook", "version": "0.0.1", "manifest_version": 2, "description": "This extension will help you to guide how to install snipping tool for chromebook", "homepage_url": "https:\/\/facetimeforpc.site", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "\/js\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "browser action demo", "default_popup": "src\/browser_action\/browser_action.html" } } |