TwitterImageDownloader
Help you to download images from twitter timeline
TwitterImageDownloaderとは何ですか?
TwitterImageDownloaderはhttps://eivy.github.ioによって開発されたChromeの拡張機能で、その主な機能は「Help you to download images from twitter timeline」です。
拡張機能のスクリーンショット
TwitterImageDownloader拡張機能のCRXファイルをダウンロード
TwitterImageDownloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Show images with grid style from twitter timeline Download selected images at once
拡張機能の基本情報
名前 | TwitterImageDownloader |
ID | dnhmnoiaabdhoelhlalgcfpolakhaemp |
公式URL | https://chromewebstore.google.com/detail/twitterimagedownloader/dnhmnoiaabdhoelhlalgcfpolakhaemp |
説明 | Help you to download images from twitter timeline |
ファイルサイズ | 47.87 KB |
インストール数 | 1,365 |
現在のバージョン | 2.1.0 |
最終更新日 | 2020-01-28 |
公開日 | 2020-01-28 |
評価 | 4.23/5 合計 13 レビュー |
開発者 | https://eivy.github.io |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Help you to download images from twitter timeline", "manifest_version": 2, "name": "TwitterImageDownloader", "version": "2.1.0", "homepage_url": "https:\/\/github.com\/Eivy\/TwitterImageDownloader", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "TwitterImageDownloader", "default_icon": { "16": "icon16.png", "32": "icon32.png" } }, "options_ui": { "page": "options.html" }, "permissions": [ "activeTab", "downloads", "storage", "webRequest", "*:\/\/*.twitter.com\/*" ], "icons": { "48": "icon48.png", "96": "icon96.png" } } |