FitWidth
Adds an additional zoom mode for the default image view.
Apa itu FitWidth?
FitWidth adalah ekstensi Chrome yang dikembangkan oleh shylux, dan fitur utamanya adalah "Adds an additional zoom mode for the default image view.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi FitWidth
Unduh file ekstensi FitWidth dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
The Google Chrome image view has two different zoom modes. This extension adds a third one. Fit height or width: Fits the image to the window size. Original size: Displays the image in the original size. Ignores the window size. -New- Fit width: Fits the image to the window width. If the image is too high a scollbar is used. This new mode is perfect to view very thin and high images like Screencaps. Source: https://github.com/shylux/FitWidth
Informasi Dasar Ekstensi
Nama | FitWidth |
ID | pggbiaffhagpmifmogkfibinbbgacled |
URL Resmi | https://chromewebstore.google.com/detail/fitwidth/pggbiaffhagpmifmogkfibinbbgacled |
Deskripsi | Adds an additional zoom mode for the default image view. |
Ukuran File | 37.4 KB |
Jumlah Instalasi | 490 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2021-04-21 |
Tanggal Publikasi | 2019-09-21 |
Penilaian | 5.00/5 Total 6 Penilaian |
Pengembang | shylux |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/shylux/FitWidth |
URL Halaman Bantuan | https://github.com/shylux/FitWidth/issues |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FitWidth", "version": "1.1", "description": "Adds an additional zoom mode for the default image view.", "icons": { "128": "zoomplus.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*", "file:\/\/\/*" ], "js": [ "jquery-2.1.1.min.js", "maximg.js" ], "css": [ "style.css" ], "run_at": "document_end", "all_frames": true } ], "manifest_version": 2 } |