Photo Downloader
Save images from social photo sites.
Photo Downloaderとは何ですか?
Photo DownloaderはMihai Parparitaによって開発されたChromeの拡張機能で、その主な機能は「Save images from social photo sites.」です。
拡張機能のスクリーンショット
Photo Downloader拡張機能のCRXファイルをダウンロード
Photo Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Chrome extension to help with downloading of images from social photo sites. * Uses minimal Chrome extension permissions (by using the activeTab option) * Uses minimal Chrome resources (via the the declarativeContent API) * Generates filenames based on the caption of the image Currently only works on permalink pages.
拡張機能の基本情報
名前 | Photo Downloader |
ID | akgbekdpgegfglbmldaljbeihfcgbofl |
公式URL | https://chromewebstore.google.com/detail/photo-downloader/akgbekdpgegfglbmldaljbeihfcgbofl |
説明 | Save images from social photo sites. |
ファイルサイズ | 12.23 KB |
インストール数 | 5,372 |
現在のバージョン | 1.1 |
最終更新日 | 2023-07-20 |
公開日 | 2018-01-29 |
評価 | 2.00/5 合計 5 レビュー |
開発者 | Mihai Parparita |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/mihaip/instagram-downloader |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "persistent": false, "scripts": [ "background.js" ] }, "name": "Photo Downloader", "description": "Save images from social photo sites.", "icons": { "128": "icon-128.png" }, "page_action": { "default_icon": { "16": "icon-16.png", "32": "icon-32.png" }, "default_title": "Download Image" }, "permissions": [ "declarativeContent", "activeTab", "downloads" ], "version": "1.1" } |