Breakpoint Sharer
a breakpoint sharer
What is Breakpoint Sharer?
Breakpoint Sharer is a Chrome extension developed by https://colla.me, and its main feature is "a breakpoint sharer".
Extension Screenshots
Download Breakpoint Sharer Extension CRX File
Download Breakpoint Sharer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
breakpoint sharer let you export/import debugging breakpoints from chome. It is not a replacement of chrome devtools, but only useful (maybe?) when you want to share your breakpoints for coding learning/explaining.
Extension Basic Information
Name | Breakpoint Sharer |
ID | hkbgnljbklddbfmkmeaoolmdflbbofmi |
Official URL | https://chromewebstore.google.com/detail/breakpoint-sharer/hkbgnljbklddbfmkmeaoolmdflbbofmi |
Description | a breakpoint sharer |
File Size | 288 KB |
Installation Count | 106 |
Current Version | 0.3 |
Last Updated | 2019-03-08 |
Publish Date | 2019-03-08 |
Rating | 4.00/5 Total 3 Ratings |
Developer | https://colla.me |
Payment Type | free |
Extension Website | https://sunderls.github.io/breakpoint-sharer/ |
Help Page URL | https://github.com/sunderls/breakpoint-sharer |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Breakpoint Sharer", "description": "a breakpoint sharer", "version": "0.3", "permissions": [ "debugger", "tabs" ], "background": { "scripts": [ "js\/dist\/bg.js" ] }, "browser_action": { "default_icon": "icon.png", "default_title": "Breakpoint Sharer" }, "manifest_version": 2 } |