
Meta Viewport Adder 作者: Heinrich Lunge
Adds the meta viewport tag only to sites that don't have it.
23 个用户23 个用户
扩展元数据
屏幕截图


关于此扩展
Meta Viewport Adder adds the
Why is it only added to sites that don't have it?
Because it could generate unwanted changes in the interface of a site that already has a different setting.
If you want to check the source code, you can find it on GitHub.
<meta name="viewport">
tag with the basic values width=device-width
and initial-scale=1.0
of the content
attribute. This allows sites to fit the width of the device and have a standard zoom.Why is it only added to sites that don't have it?
Because it could generate unwanted changes in the interface of a site that already has a different setting.
If you want to check the source code, you can find it on GitHub.
评分 4.5(1 位用户)
权限与数据详细了解
必要权限:
- 访问您在所有网站的数据
更多信息
1.2 的发布说明
JS code improvements.