Twitter image
Get the image on the twitter website with the original size.
Cos'è Twitter image?
Twitter image è un'estensione di Chrome sviluppata da Wondoo Kang (a.k.a. Azyu), e la sua funzione principale è "Get the image on the twitter website with the original size.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitter image
Scarica i file di estensione Twitter image in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | fklblgnjblcekahbefdbnodkibknnadp |
| URL Ufficiale | https://chrome.google.com/webstore/detail/fklblgnjblcekahbefdbnodkibknnadp |
| Descrizione | Get the image on the twitter website with the original size. |
| Dimensione del File | 16.85 KB |
| Conteggio Installazioni | 23,549 |
| Versione Corrente | 0.33 |
| Ultimo Aggiornamento | 2019-07-20 |
| Data di Pubblicazione | 2019-07-20 |
| Valutazione | 4.66/5 Totale 108 Valutazioni |
| Sviluppatore | Wondoo Kang (a.k.a. Azyu) |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://twitter.com/_uyza_ |
| Lingue Supportate | 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"
} | |