Single Tab Zoom
Prevents zooming from being applied to an entire site.
Single Tab Zoomとは何ですか?
Single Tab ZoomはDaniel Herrによって開発されたChromeの拡張機能で、その主な機能は「Prevents zooming from being applied to an entire site.」です。
Single Tab Zoom拡張機能のCRXファイルをダウンロード
Single Tab Zoom拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Overrides Chrome's default behavior of applying zoom so that it is only applied to the current tab. Existing site zoom settings may need to be removed at chrome://settings/contentExceptions#zoomlevels
拡張機能の基本情報
名前 | Single Tab Zoom |
ID | palhkglkelpleoalemmjdhbdckkikjmo |
公式URL | https://chromewebstore.google.com/detail/single-tab-zoom/palhkglkelpleoalemmjdhbdckkikjmo |
説明 | Prevents zooming from being applied to an entire site. |
ファイルサイズ | 4.7 KB |
インストール数 | 1,010 |
現在のバージョン | 2017.40 |
最終更新日 | 2017-02-10 |
公開日 | 2017-02-09 |
評価 | 3.17/5 合計 23 レビュー |
開発者 | Daniel Herr |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://danielherr.github.io |
ヘルプページのURL | https://github.com/DanielHerr/Single-Tab-Zoom/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "main.js" ] }, "author": "Daniel Herr", "description": "Prevents zooming from being applied to an entire site.", "icons": { "128": "icon.png" }, "manifest_version": 2, "minimum_chrome_version": "42", "name": "Single Tab Zoom", "version": "2017.40" } |