Initial commit
commit
e5af7cbaa3
|
@ -0,0 +1 @@
|
|||
.DS_STORE
|
Binary file not shown.
After Width: | Height: | Size: 3.0 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name":"Tabular",
|
||||
"description":"Tree-based-tabs in chrome",
|
||||
"author":"ollien",
|
||||
"version":"0.1",
|
||||
"manifest_version":3,
|
||||
"icons":{
|
||||
"16":"img/icon16.png",
|
||||
"48":"img/icon48.png",
|
||||
"128":"img/icon128.png"
|
||||
},
|
||||
"offline_enabled":true,
|
||||
"browser_action":{
|
||||
"default_icon":{
|
||||
"19":"img/icon19.png",
|
||||
"38":"img/icon38.png"
|
||||
},
|
||||
"default_popup":"popup.html"
|
||||
},
|
||||
"permissions":["tabs","storage","unlimitedStorage"]
|
||||
|
||||
|
||||
}
|
|
@ -0,0 +1,9 @@
|
|||
<!doctype html>
|
||||
<html style="height:600px; width:400px">
|
||||
<head>
|
||||
<script src="popup.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<span id="text"></span>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue