Twitter image
Get the image on the twitter website with the original size.
Apa itu Twitter image?
Twitter image adalah ekstensi Chrome yang dikembangkan oleh Wondoo Kang (a.k.a. Azyu), dan fitur utamanya adalah "Get the image on the twitter website with the original size.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Twitter image
Unduh file ekstensi Twitter image dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Twitter image |
ID | fklblgnjblcekahbefdbnodkibknnadp |
URL Resmi | https://chrome.google.com/webstore/detail/fklblgnjblcekahbefdbnodkibknnadp |
Deskripsi | Get the image on the twitter website with the original size. |
Ukuran File | 16.85 KB |
Jumlah Instalasi | 23,549 |
Versi Saat Ini | 0.33 |
Terakhir Diperbarui | 2019-07-20 |
Tanggal Publikasi | 2019-07-20 |
Penilaian | 4.66/5 Total 108 Penilaian |
Pengembang | Wondoo Kang (a.k.a. Azyu) |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://twitter.com/_uyza_ |
Bahasa yang Didukung | 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" } |