Twitter image
Get the image on the twitter website with the original size.
Co je Twitter image?
Twitter image je rozšíření Chrome vyvinuté Wondoo Kang (a.k.a. Azyu), a jeho hlavní funkcí je „Get the image on the twitter website with the original size.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Twitter image
Stáhněte si soubory rozšíření Twitter image ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Twitter image |
ID | fklblgnjblcekahbefdbnodkibknnadp |
Oficiální URL | https://chrome.google.com/webstore/detail/fklblgnjblcekahbefdbnodkibknnadp |
Popis | Get the image on the twitter website with the original size. |
Velikost souboru | 16.85 KB |
Počet instalací | 23,549 |
Aktuální Verze | 0.33 |
Poslední Aktualizace | 2019-07-20 |
Datum Vydání | 2019-07-20 |
Hodnocení | 4.66/5 Celkem 108 Hodnocení |
Vývojář | Wondoo Kang (a.k.a. Azyu) |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://twitter.com/_uyza_ |
Podporované Jazyky | 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" } |