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 扩展基本信息
| 名称 | |
| 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"
}
} | |