Save Image Nao
Save images to custom locations from the context menu.
Save Image Naoとは何ですか?
Save Image Naoはwivbによって開発されたChromeの拡張機能で、その主な機能は「Save images to custom locations from the context menu.」です。
拡張機能のスクリーンショット
Save Image Nao拡張機能のCRXファイルをダウンロード
Save Image Nao拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Creates a context menu item for images that immediately saves the file to the Downloads folder (or a subdirectory of Downloads). The filename can be customized based on various placeholders.
拡張機能の基本情報
名前 | Save Image Nao |
ID | bifdbcaabdipllkidbgkndiichlfinbm |
公式URL | https://chromewebstore.google.com/detail/save-image-nao/bifdbcaabdipllkidbgkndiichlfinbm |
説明 | Save images to custom locations from the context menu. |
ファイルサイズ | 19.49 KB |
インストール数 | 267 |
現在のバージョン | 0.0.3 |
最終更新日 | 2022-04-27 |
公開日 | 2016-10-14 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | wivb |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "background": { "service_worker": "menus.js" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'", "sandbox": "sandbox allow-scripts; script-src 'self' 'https:\/\/apis.google.com\/' 'https:\/\/www.gstatic.com\/' 'https:\/\/*.firebaseio.com' 'https:\/\/www.googleapis.com' 'https:\/\/ajax.googleapis.com'; object-src 'self'" }, "description": "Save images to custom locations from the context menu.", "icons": { "128": "SaveImageRouter_128x128.png", "16": "SaveImageRouter_16x16.png", "48": "SaveImageRouter_48x48.png" }, "options_ui": { "page": "options.html" }, "host_permissions": [ "*:\/\/*\/*" ], "manifest_version": 3, "name": "Save Image Nao", "permissions": [ "contextMenus", "downloads", "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.3" } |