Introducing my latest creation: Frogga, a Chrome Extension that can be accessed from
I've been experimenting with different approaches, but I'm only able to access the initial JSON layer. I have the potential to dig deeper, but it requires modifications without the extension. My goal is to enhance coding platforms, but it seems like a challenging task at the current pace.
I attempted to add a meta tag that conflicts with the existing Irondocks pattern. The inability to resolve this conflict poses an issue. I need to come up with a solution for this. Furthermore, I'm searching for the appropriate meta content that will enable me to incorporate listeners. It's likely that I'll need to utilize the actual Chrome API, which feels like pushing a boulder uphill right now. Any assistance provided would be greatly appreciated.
{
"header": {
"title": "Frogga",
"css": "styles.css",
"js": "http://localhost/irc/pipes.js;pipes.js"
},
"body": {
"tagname": "body",
"test": {
"tagname": "select",
"id": "tester",
"options": "key:value;key2:val2",
"style": "width:200;"
},
"table": {
"tagname": "table",
"style": "width:800px;height:600px;border:3px solid black;cell-spacing: 5px;",
"tr0": {
"tagname": "tr",
"td0": {
"tagname": "td",
"id": "sample",
"textContent": "Click me!",
"style": "vertical-align:bottom",
"class": "yellow",
"x-toggle": "sample:yellow;sample2:green;sample2:orange;"
},
"td1": {
"tagname": "td",
"textContent": "",
"class": "orange"
}
},
"tr1": {
"tagname": "tr",
"td0": {
"id": "sample2",
"tagname": "td",
"class": "green",
"textContent": ""
},
"td1": {
"tagname": "td",
"textContent": "",
"class": "red"
}
},
"tr2": {
"tagname": "tr",
"td0": {
"tagname": "td",
"tdv": {
"modal": "j.json"
},
"class": "green"
},
"td1": {
"tagname": "td",
"textContent": "",
"class": "blue"
}
}
}
}
}