TwitterImageDownloader
Help you to download images from twitter timeline
Wat is TwitterImageDownloader?
TwitterImageDownloader is een Chrome-extensie ontwikkeld door https://eivy.github.io, en de belangrijkste functie is "Help you to download images from twitter timeline".
Extensie Screenshots
Download het CRX-bestand van de extensie TwitterImageDownloader
Download TwitterImageDownloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Show images with grid style from twitter timeline Download selected images at once
Basisinformatie over de Extensie
Naam | TwitterImageDownloader |
ID | dnhmnoiaabdhoelhlalgcfpolakhaemp |
Officiële URL | https://chromewebstore.google.com/detail/twitterimagedownloader/dnhmnoiaabdhoelhlalgcfpolakhaemp |
Beschrijving | Help you to download images from twitter timeline |
Bestandsgrootte | 47.87 KB |
Aantal Installaties | 1,365 |
Huidige Versie | 2.1.0 |
Laatst Bijgewerkt | 2020-01-28 |
Publicatiedatum | 2020-01-28 |
Beoordeling | 4.23/5 Totaal 13 Beoordelingen |
Ontwikkelaar | https://eivy.github.io |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |