All Projects → carlosrocha → vim-chrome-devtools

carlosrocha / vim-chrome-devtools

Licence: MIT license
Neovim integration with Chrome DevTools

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to vim-chrome-devtools

new-moon-chrome-devtools
New Moon Theme for Chrome Devtools.
Stars: ✭ 57 (+9.62%)
Mutual labels:  chrome-devtools
crx3
Node.js module to create CRX3 files (web extension package v3 format) for Chromium, Google Chrome and Opera browsers.
Stars: ✭ 39 (-25%)
Mutual labels:  google-chrome
browserexport
backup and parse browser history databases (chrome, firefox, safari, and other chrome/firefox derivatives)
Stars: ✭ 54 (+3.85%)
Mutual labels:  google-chrome
chef-chrome
Chef cookbook to install Google Chrome browser
Stars: ✭ 16 (-69.23%)
Mutual labels:  google-chrome
ansicolor
A JavaScript ANSI color/style management. ANSI parsing. ANSI to CSS. Small, clean, no dependencies.
Stars: ✭ 91 (+75%)
Mutual labels:  chrome-devtools
Smart-Text-Editor
The text editor that requires only a browser and a keyboard!
Stars: ✭ 60 (+15.38%)
Mutual labels:  google-chrome
Colorblinding
An extension for Google Chrome (and Chromium) that simulates the website as a color vision impaired person would see.
Stars: ✭ 25 (-51.92%)
Mutual labels:  google-chrome
exploration-service-worker
Let's get started with ServiceWorker
Stars: ✭ 14 (-73.08%)
Mutual labels:  google-chrome
devtools-proxy
Multiplexing proxy for Chrome DevTools. Fully compatible with Selenium and ChromeDriver
Stars: ✭ 64 (+23.08%)
Mutual labels:  chrome-devtools
export-all-extensions
Export name and url of all installed extensions in Google Chrome
Stars: ✭ 68 (+30.77%)
Mutual labels:  google-chrome
flattr-extension
Flattr web extension - monetize your content effortlessly.
Stars: ✭ 25 (-51.92%)
Mutual labels:  google-chrome
dnevnik mos ru
Python module to get easy machine access to dnevnik.mos.ru
Stars: ✭ 21 (-59.62%)
Mutual labels:  google-chrome
chrome-mouse-wheel-tab-scroller
Scroll Google Chrome tabs using mouse wheel
Stars: ✭ 39 (-25%)
Mutual labels:  google-chrome
nicosapo
Google Chrome Extensnion for live.nicovideo.jp
Stars: ✭ 23 (-55.77%)
Mutual labels:  google-chrome
anime-scraper
[partially working] Scrape and add anime episode stream URLs to uGet (Linux) or IDM (Windows) ~ Python3
Stars: ✭ 21 (-59.62%)
Mutual labels:  chrome-devtools
Helios
A Chrome Dev Tool for tracking state in Apollo and Vue.js.
Stars: ✭ 22 (-57.69%)
Mutual labels:  chrome-devtools
chromic pdf
Convenient HTML to PDF/A rendering library for Elixir based on Chrome & Ghostscript
Stars: ✭ 196 (+276.92%)
Mutual labels:  chrome-devtools
WWDChrome
Chrome extension which lets you watch WWDC Developer Videos in Google Chrome (thus not having to use Safari)
Stars: ✭ 18 (-65.38%)
Mutual labels:  google-chrome
rendertron
🐳 Google Rendertron Isolated in Docker container. Nginx proxy. Tracer application for Server-Side-Prerending.
Stars: ✭ 18 (-65.38%)
Mutual labels:  google-chrome
GoogleChromeThemeCreationGuide
Guide for creating Google Chrome Themes
Stars: ✭ 67 (+28.85%)
Mutual labels:  google-chrome

vim-chrome-devtools

This plugin uses chrome-remote-interface to connect to your Google Chrome instance.

CSS reload

More screencasts can be seen here.

Requirements

Tested on node 8.5.0 and Google Chrome 61.

Installation

Using vim-plug

Plug 'carlosrocha/vim-chrome-devtools', { 'do': 'bash install.sh' }

After installing or updating you need to run :UpdateRemotePlugins and restart Neovim.

Variables

  • g:ChromeDevTools_host: Chrome host, localhost by default.
  • g:ChromeDevTools_port: Chrome port, 9222 by default.

Commands

  • ChromeDevToolsConnect

Functions

  • ChromeDevTools_Page_reload()
  • ChromeDevTools_Runtime_evaluate()
  • ChromeDevTools_CSS_createStyleSheet()
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].