-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 5653c2a
Showing
3 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
## Agile Toolkit Extension for Chrome. | ||
|
||
Help debuging javascript when using Agile Toolkit framework. | ||
|
||
### Callback debug | ||
|
||
The ATK develppper panel will properly formatted json response into readable code in order | ||
to help debugging javascript action return by server. | ||
|
||
<p align="center"><img width="720px" src="https://raw.githubusercontent.com/atk4/atk-chrome/master/media/atk-panel.png" alt="screenshot"></p> | ||
|
||
### Plugin property content | ||
|
||
This is a sidebar panel available when using the Element panel in Chrome. | ||
It will display jQuery data property of a selected element. | ||
|
||
<p align="center"><img width="720px" src="https://raw.githubusercontent.com/atk4/atk-chrome/master/media/atk-plugin-properties.png" alt="screenshot"></p> | ||
|
||
|
||
### Manual Installation | ||
|
||
**Make sure you are using Node 6+ and NPM 3+** | ||
|
||
1. Clone this repo | ||
2. Open Chrome extension page | ||
3. Check "developer mode" | ||
4. Click "load unpacked extension", and choose `atkjs-chrome`. | ||
|
||
|
||
|
||
### License | ||
|
||
[MIT](http://opensource.org/licenses/MIT) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.