screenshot
页面长截图浏览器小工具 - VMMask.com
screenshotとは何ですか?
screenshotはfanqieipによって開発されたChromeの拡張機能で、その主な機能は「页面长截图浏览器小工具 - VMMask.com」です。
拡張機能のスクリーンショット
screenshot拡張機能のCRXファイルをダウンロード
screenshot拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
帮助用户对基当前浏览的页面进行滚动式的长截屏,并可预览、下载截图,可右键菜单快捷截图
拡張機能の基本情報
名前 | screenshot |
ID | ihibpepjbcahppdceephbdpgflncodce |
公式URL | https://chromewebstore.google.com/detail/screenshot/ihibpepjbcahppdceephbdpgflncodce |
説明 | 页面长截图浏览器小工具 - VMMask.com |
ファイルサイズ | 15.36 KB |
インストール数 | 732 |
現在のバージョン | 1.0.3 |
最終更新日 | 2021-09-24 |
公開日 | 2021-07-19 |
評価 | 4.50/5 合計 2 レビュー |
開発者 | fanqieip |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://beiyundata.com/pages/about/protocol.html |
対応言語 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "\u9875\u9762\u957f\u622a\u56fe\u6d4f\u89c8\u5668\u5c0f\u5de5\u5177 - VMMask.com", "version": "1.0.3", "manifest_version": 2, "name": "screenshot", "browser_action": { "browser_style": false, "default_title": "Screenshot", "default_popup": "popup.html", "default_icon": "icons\/icon-34.png" }, "background": { "persistent": false, "scripts": [ "background.bundle.js" ] }, "permissions": [ "activeTab", "tabs", "contextMenus" ], "icons": { "128": "icons\/icon-128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |