Twitter image
Get the image on the twitter website with the original size.
什么是Twitter image?
Twitter image是由Wondoo Kang (a.k.a. Azyu)开发的Chrome扩展程序,该扩展的主要功能是“Get the image on the twitter website with the original size.”。
扩展截图
下载Twitter image扩展crx文件
下载Twitter image扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Twitter image |
ID | fklblgnjblcekahbefdbnodkibknnadp |
官方URL | https://chrome.google.com/webstore/detail/fklblgnjblcekahbefdbnodkibknnadp |
简介 | Get the image on the twitter website with the original size. |
文件大小 | 16.85 KB |
安装次数 | 23,549 |
当前版本 | 0.33 |
更新时间 | 2019-07-20 |
上架时间 | 2019-07-20 |
评分 | 4.66/5 共108次评分 |
开发者 | Wondoo Kang (a.k.a. Azyu) |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://twitter.com/_uyza_ |
支持的语言 | 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" } |