Zoom on doubleclick Zoom on doubleclick

Accessibility
Version: 0.1.1
Last Update: 2012-12-04

User Reviews


avatar Prince
2021-06-07

This is the feature i'm looking but not quite how it does. It's higly annoying when it zooms and breaks the page everytime you double click for other reasons.
For instance when you use google drive. You normally double click to open a folder. I don't want to zoom the page at that point.
I keep it disabled since the page breaks and needs to be reloaded when it accidently zooms after double click. I need something like ctrl + double click.

avatar Ivy Martin
2020-12-19

Finally! Thank you for this extension, was way too hard to find, you'd think it'd be a standard chromebook settings option but it's not. Thank youuuuus!

avatar Artak Tadevosyan
2020-09-17

nice

avatar Alex Pissano
2020-08-09

Maybe is good idea, put a button to avoid or bypass the double click zoom allways, because some times is great to select a word or a phrase. Sooo.... Anyway the extension is great, make feel in windows a little bit the mac sensation :) thanks a lot! and hope you can put the bypass key :)

avatar あべしひでぶ
2019-10-21

動かない

avatar Daksh Gargas
2019-04-27

Got windows and wanted to have MacOS like zoom feature? Well, here's your solution! Great job!

avatar Corrupt Tempest
2019-02-21

It simply doesn't work.
What a shame. I'm disappointing this extension won't function. I'm guessing it is outdated.
It would have been perfect for someone like me who finds themselves straining their eyes when reading specific tiny things.

avatar 李永强
2019-01-26

windows10的电脑,一直在寻找像MAC上那样双指双击放大页面的扩展,终于找到了
不过chrome上运行,放大后再滚动页面稍微有些卡
期望作者能够更新,愿意支付费用

avatar Macdowell Crba
2018-10-18

WONDERFUL EXTENCIONGRACIAS !! =)
Great extension is just what I needed some time ago I'm looking for an extension so I could get something without having to be zooming in the whole page.

avatar Kemal Besimler
2018-10-02

ctrl + doubleclick

1- open developer mode on...
2- copy-paste extension to new folder
3- install extension in developer (load unpacked)
4- in src folder, open zoom.js and copy var zoom block
5- in src/incject folder, open inject.js and paste zoom variable to after

chrome.extension.sendMessage(, function(response)

6- change readyStateCheckInterval variable to;

var readyStateCheckInterval = setInterval(function()
if (document.readyState === "complete")
$(document).on('dblclick', function (e)
if(e.ctrlKey)
//event.preventDefault();
zoom.in( element: event.target );

);
, 10);

click refresh button of extension, refresh page...
now click ctrl + doubleclick...

you can delete _metadata & _locales folders

and i tested in chrome...
location is;

C:\Users\USERNAME\AppData\Local\Google\Chrome\User Data\Default\Extensions\jkmalmidnicnnmceielaelokkdmmgkcb

Related Extensions