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 |
| 官方網址 | 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"
}
} | |