Building Browser Extensions At Scale
An extensive overview of techniques, best practices, and things learned by Grammarly, creators of a popular browser extension. - https://goo.gl/Dgdh81
#extension
An extensive overview of techniques, best practices, and things learned by Grammarly, creators of a popular browser extension. - https://goo.gl/Dgdh81
#extension
Grammarly
Building Browser Extensions At Scale
Over ten million people use the Grammarly Chrome extension. Our Firefox, Safari and Edge extensions are incredibly popular, too. These extensions may look ea...
Creating a Chrome Extension in 2018: The Good, the Bad and the Meh
Talks through the development lifecycle of creating an extension and lists some of the architectural gotchas. - http://bit.ly/2ww54mW
#chrome #extension
Talks through the development lifecycle of creating an extension and lists some of the architectural gotchas. - http://bit.ly/2ww54mW
#chrome #extension
Building Gmail/Chrome Extension with Vue.js and InboxSDK
Building a Chrome extension with Vue.js that plugs into Gmail using InboxSDK. - http://bit.do/eDdWR
#vue #chrome #extension
Building a Chrome extension with Vue.js that plugs into Gmail using InboxSDK. - http://bit.do/eDdWR
#vue #chrome #extension
Creating My First Chrome Extension
Bills itself as a ‘generous measure of know-how’ on the subject of creating extensions for Chrome. - http://bit.do/eDd2R
#chrome #extension
Bills itself as a ‘generous measure of know-how’ on the subject of creating extensions for Chrome. - http://bit.do/eDd2R
#chrome #extension
Building Chrome Extensions with Vue.js
Chrome extensions have gained a lot of popularity since they can add functionality previously missing in your browser. Here's a guide to creating extensions with Vue.js. - http://amp.gs/qUCG
#vue #extension #chrome
Chrome extensions have gained a lot of popularity since they can add functionality previously missing in your browser. Here's a guide to creating extensions with Vue.js. - http://amp.gs/qUCG
#vue #extension #chrome
Medium
Building Chrome Extensions with Vue.js
Chrome Extensions has gained a lot af popularity since they can add that extra functionality that you were previously missing in your…
Code Tour: VS Code Extension to Record and Playback Guided Code Walkthroughs
This looks really promising for teams that want to help new hires get familiar with certain features of a codebase, essentially replacing actual training sessions. - http://amp.gs/005v
#vscode #extension
This looks really promising for teams that want to help new hires get familiar with certain features of a codebase, essentially replacing actual training sessions. - http://amp.gs/005v
#vscode #extension
GitHub
GitHub - microsoft/codetour: VS Code extension that allows you to record and play back guided tours of codebases, directly within…
VS Code extension that allows you to record and play back guided tours of codebases, directly within the editor. - GitHub - microsoft/codetour: VS Code extension that allows you to record and play ...
5 Best Chrome Extensions for Web Developers
My top favorite Chrome extensions I use - http://amp.gs/jjyTQ
#chrome #extension
My top favorite Chrome extensions I use - http://amp.gs/jjyTQ
#chrome #extension
Medium
5 Best Chrome Extensions for Web Developers
My top favorite Chrome extensions I use
Speeding Up VS Code Extensions in 2022
One of those ‘niche but interesting’ posts that digs into the underlying architecture of VS Code and a must-read for anyone considering making their own extension. - http://amp.gs/jZHji
#vscode #extension
One of those ‘niche but interesting’ posts that digs into the underlying architecture of VS Code and a must-read for anyone considering making their own extension. - http://amp.gs/jZHji
#vscode #extension
jason-williams.co.uk
Speeding up VSCode (extensions) in 2022 – Jason Williams
I was curious to know if the functionality of VSCode can catch up with the native speed of some editors, such as Sublime. That led me to seek out where some bottlenecks may be and where time is being spent. In this post I look at both the internals and extensions.…