Google Slides - Download Image
Adds a 'Download Image' option to Google Slides context menu
Google Slides - Download Imageとは何ですか?
Google Slides - Download ImageはPolymer Mallardによって開発されたChromeの拡張機能で、その主な機能は「Adds a 'Download Image' option to Google Slides context menu」です。
拡張機能のスクリーンショット
Google Slides - Download Image拡張機能のCRXファイルをダウンロード
Google Slides - Download Image拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Adds a "Download image" option in the right-click menu of a Google Slides presentation so you can download JPEGs, PNGs, and GIFs uncropped from your presentation. v0.3.1 - Menu option now appears for non-English languages - Translations for 10 common languages including: Spanish, French, German, Italian, Portuguese, Russian, Japanese, Korean, Chinese, and English v0.2.0 - Add support for Control+Click
拡張機能の基本情報
名前 | Google Slides - Download Image |
ID | afeblchodacmkncajakgjhfobkpbadnd |
公式URL | https://chromewebstore.google.com/detail/google-slides-download-im/afeblchodacmkncajakgjhfobkpbadnd |
説明 | Adds a 'Download Image' option to Google Slides context menu |
ファイルサイズ | 17.55 KB |
インストール数 | 1,491 |
現在のバージョン | 0.3.1 |
最終更新日 | 2023-12-31 |
公開日 | 2023-11-14 |
評価 | 5.00/5 合計 9 レビュー |
開発者 | Polymer Mallard |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://www.polymermallard.com |
プライバシーポリシーページのURL | https://www.polymermallard.com/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": [], "author": "Polymer Mallard", "content_scripts": [ { "all_frames": true, "css": [ "shared\/style\/app\/google.css", "shared\/style\/app\/plugin.css" ], "js": [ "shared\/script\/app\/app.js" ], "matches": [ "https:\/\/docs.google.com\/*", "https:\/\/slides.google.com\/*" ], "run_at": "document_end" } ], "default_locale": "en", "description": "Adds a 'Download Image' option to Google Slides context menu", "homepage_url": "https:\/\/www.polymermallard.com", "host_permissions": [ "https:\/\/docs.google.com\/*", "https:\/\/slides.google.com\/*" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "manifest_version": 3, "name": "Google Slides - Download Image", "permissions": [], "version": "0.3.1", "web_accessible_resources": [ { "matches": [ "https:\/\/docs.google.com\/*", "https:\/\/slides.google.com\/*" ], "resources": [ "shared\/image\/*" ] } ] } |