Twitter image
Get the image on the twitter website with the original size.
Wat is Twitter image?
Twitter image is een Chrome-extensie ontwikkeld door Wondoo Kang (a.k.a. Azyu), en de belangrijkste functie is "Get the image on the twitter website with the original size.".
Extensie Screenshots
Download het CRX-bestand van de extensie Twitter image
Download Twitter image-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
If you right-click against the mouse over the image on Twitter & TweetDeck of the web, it is possible to obtain an image of the original size of the image. [ FAQ ] Q: I want to change download folder location! A: Sorry. Not allowed by Chrome Web Browser API.
Basisinformatie over de Extensie
Naam | Twitter image |
ID | fklblgnjblcekahbefdbnodkibknnadp |
Officiële URL | https://chrome.google.com/webstore/detail/fklblgnjblcekahbefdbnodkibknnadp |
Beschrijving | Get the image on the twitter website with the original size. |
Bestandsgrootte | 16.85 KB |
Aantal Installaties | 23,549 |
Huidige Versie | 0.33 |
Laatst Bijgewerkt | 2019-07-20 |
Publicatiedatum | 2019-07-20 |
Beoordeling | 4.66/5 Totaal 108 Beoordelingen |
Ontwikkelaar | Wondoo Kang (a.k.a. Azyu) |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://twitter.com/_uyza_ |
Ondersteunde Talen | en,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "script\/background.js" ] }, "content_scripts": [ { "js": [ "script\/eventListener.js" ], "matches": [ "*:\/\/twitter.com\/*" ] } ], "default_locale": "en", "description": "__MSG_ext_description__", "icons": { "128": "img\/icon_128.png", "16": "img\/icon_16.png", "48": "img\/icon_48.png" }, "manifest_version": 2, "name": "__MSG_ext_name__", "options_ui": { "chrome_style": true, "page": "options.html" }, "permissions": [ "contextMenus", "downloads", "storage", "*:\/\/twitter.com\/*", "*:\/\/twimg.com\/*" ], "version": "0.33" } |