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 |
| 官方網址 | 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"
} | |