Zoom for Twitter®
Allows for zooming of images on twitter®
什么是Zoom for Twitter®?
Zoom for Twitter®是由Olumide开发的Chrome扩展程序,该扩展的主要功能是“Allows for zooming of images on twitter®”。
扩展截图
下载Zoom for Twitter®扩展crx文件
下载Zoom for Twitter®扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Updated to work with the new twitter layout!
This extension allows you to zoom-in on twitter gallery pictures and photos. It allows you to zoom-in up to 50 times the current size.
The level of zoom is controlled by scrolling in the zoomed picture. 扩展基本信息
| 名称 | |
| ID | nnpfigodphdaapfmkbgmkljndjckkegk |
| 官方URL | https://chromewebstore.google.com/detail/zoom-for-twitter%C2%AE/nnpfigodphdaapfmkbgmkljndjckkegk |
| 简介 | Allows for zooming of images on twitter® |
| 文件大小 | 38.42 KB |
| 安装次数 | 2,544 |
| 当前版本 | 2.0.0.1 |
| 更新时间 | 2020-04-14 |
| 上架时间 | 2020-04-08 |
| 评分 | 3.60/5 共20次评分 |
| 开发者 | Olumide |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"content_scripts": [
{
"js": [
"zoom.js"
],
"css": [
"css\/zoom.css"
],
"matches": [
"*:\/\/twitter.com\/*"
],
"run_at": "document_end"
}
],
"description": "Allows for zooming of images on twitter\u00ae",
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"manifest_version": 2,
"name": "Zoom for Twitter\u00ae",
"short_name": "Zoom",
"version": "2.0.0.1"
} | |