Breakpoint Sharer
a breakpoint sharer
Breakpoint Sharerとは何ですか?
Breakpoint Sharerはhttps://colla.meによって開発されたChromeの拡張機能で、その主な機能は「a breakpoint sharer」です。
拡張機能のスクリーンショット
Breakpoint Sharer拡張機能のCRXファイルをダウンロード
Breakpoint Sharer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Breakpoint Sharer |
ID | hkbgnljbklddbfmkmeaoolmdflbbofmi |
公式URL | https://chromewebstore.google.com/detail/breakpoint-sharer/hkbgnljbklddbfmkmeaoolmdflbbofmi |
説明 | a breakpoint sharer |
ファイルサイズ | 288 KB |
インストール数 | 106 |
現在のバージョン | 0.3 |
最終更新日 | 2019-03-08 |
公開日 | 2019-03-08 |
評価 | 4.00/5 合計 3 レビュー |
開発者 | https://colla.me |
支払い方法 | free |
拡張機能のウェブサイト | https://sunderls.github.io/breakpoint-sharer/ |
ヘルプページのURL | https://github.com/sunderls/breakpoint-sharer |
対応言語 | 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 } |