
Meta Viewport Adder 作成者: Heinrich Lunge
Adds the meta viewport tag only to sites that don't have it.
21 Users21 Users
拡張機能メタデータ
スクリーンショット


この拡張機能について
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.
Rated 4.5 by 2 reviewers
Permissions and data詳細情報
必要な権限:
- すべてのウェブサイトの保存されたデータへのアクセス
詳しい情報
- アドオンリンク
- バージョン
- 1.2
- サイズ
- 13.83 KB
- 最終更新日
- 1年前 (2024年10月2日)
- ライセンス
- MIT License
- バージョン履歴
- コレクションへ追加
1.2 のリリースノート
JS code improvements.