All Projects → baidu → San Devtools

baidu / San Devtools

Licence: mit
Browser developer tools extension for debugging San.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to San Devtools

Chrome Developer Mode Extension Warning Patcher
⇒ Disable Chrome's Developer Mode Extension Warning Popup & Elision WWW/HTTPS Hiding & Debugging Extension Popup
Stars: ✭ 240 (+370.59%)
Mutual labels:  extension, chrome, chromium
Mue
Fast, open and free-to-use new tab page for modern browsers
Stars: ✭ 56 (+9.8%)
Mutual labels:  extension, chrome, chromium
Lightproxy
💎 Cross platform Web debugging proxy
Stars: ✭ 2,347 (+4501.96%)
Mutual labels:  debug, devtools, chrome
Virtual Authenticators Tab
Debug webauthn with a chrome extension that adds a virtual authenticators tab to devtools
Stars: ✭ 95 (+86.27%)
Mutual labels:  extension, devtools, chrome
Redux Devtools Extension
Redux DevTools extension.
Stars: ✭ 13,236 (+25852.94%)
Mutual labels:  extension, debug, devtools
Kdeconnect Chrome Extension
A browser extension to send pages and content from your browser to connected KDE Connect devices.
Stars: ✭ 124 (+143.14%)
Mutual labels:  extension, chrome, chromium
Uget Chrome Wrapper
Moved to https://github.com/ugetdm/uget-integrator and https://github.com/ugetdm/uget-extension
Stars: ✭ 74 (+45.1%)
Mutual labels:  extension, chrome, chromium
Extension Create
Create modern cross-browser extensions with no build configuration.
Stars: ✭ 167 (+227.45%)
Mutual labels:  extension, chrome, chromium
Surfingkeys
Map your keys for web surfing, expand your browser with javascript and keyboard.
Stars: ✭ 3,787 (+7325.49%)
Mutual labels:  extension, chrome, chromium
Himawari 8 Chrome
🛰 Experience the latest image from the Himawari, GOES, Meteosat, and DSCOVR satellites
Stars: ✭ 48 (-5.88%)
Mutual labels:  extension, chrome
Cuprite
Headless Chrome/Chromium driver for Capybara
Stars: ✭ 743 (+1356.86%)
Mutual labels:  chrome, chromium
Gata
Bookmarks made better
Stars: ✭ 17 (-66.67%)
Mutual labels:  extension, chrome
Redux Bug Reporter
🐛 A bug reporter and bug playback tool for redux. 🐛
Stars: ✭ 683 (+1239.22%)
Mutual labels:  debug, devtools
Html Pdf Chrome
HTML to PDF converter via Chrome/Chromium
Stars: ✭ 629 (+1133.33%)
Mutual labels:  chrome, chromium
Cef2go
Go lang bindings for the Chromium Embedded Framework (CEF)
Stars: ✭ 780 (+1429.41%)
Mutual labels:  chrome, chromium
Weibo Picture Store
🖼 新浪微博图床 Chrome/Firefox 扩展,支持同步到微相册
Stars: ✭ 624 (+1123.53%)
Mutual labels:  extension, chrome
Ractive Chrome Extension
View and edit Ractive.js components using Chrome Dev Tools.
Stars: ✭ 8 (-84.31%)
Mutual labels:  devtools, chrome
Ext Saladict
🥗 All-in-one professional pop-up dictionary and page translator which supports multiple search modes, page translations, new word notebook and PDF selection searching.
Stars: ✭ 8,418 (+16405.88%)
Mutual labels:  extension, chrome
Nighttab
A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.
Stars: ✭ 598 (+1072.55%)
Mutual labels:  extension, chrome
Decreased Productivity
Discreetly surf the web! Control exactly how you want web pages to look like.
Stars: ✭ 22 (-56.86%)
Mutual labels:  extension, chrome

San DevTools

Development tool for debugging San.js applications.

It is exists both as a browser extension and as a common line tool(works with other environments including Safari, IE, San Native and Electron.)

🎉 Features

  • Provide local server command, support remote debugging.
  • Built in Chrome Devtools for remote debug mobile page.
  • Provide Chrome Extension.
  • Support San Native debugging (waiting for release).

📦 Installation

standalone

The standalone version exists as a command line tool, and install from NPM or Yarn.

npm i -g san-devtools 
# OR
yarn global add san-devtools

chrome extension

Get the Chrome Extension

OR

Navigate to chrome://extensions in Chrome/Chromium to load the unpacked extension from dist directory.

🤝 Quick Start

standalone

First: Start debugging server, and will auto open the remote inspector.

sand # short for san-devtools
# OR
san-devtools

Second: Add ws-backend.js to the top of the debugging page(before san.js).

Third: Open the debugging page, and inspector page will auto connected.

chrome extension

Open the debugging page and san-devtools plugin will show the San version, then open the chrome devtool and will see the San tab.

sand options

  • --open, -o: Open browser when server start(default: true)
  • --port, -p: Port to use (default: 8899)
  • --address, -a: Address to use
  • --version, -v: Show version number
  • --help, -h: Show help

🍻 Companions

☀️ License

MIT

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].