Upload files to "/"
This commit is contained in:
parent
8bb4f83de1
commit
5bc32f42fc
5 changed files with 18 additions and 0 deletions
BIN
Untitled.png
Normal file
BIN
Untitled.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 100 KiB |
BIN
icons.png
Normal file
BIN
icons.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
8
popup.js
Normal file
8
popup.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
const searchButton = document.getElementById('search-button');
|
||||
const searchInput = document.getElementById('search-input');
|
||||
|
||||
searchButton.addEventListener('click', () => {
|
||||
const query = searchInput.value;
|
||||
const url = `https://resulti.net/search?q=${encodeURIComponent(query)}`;
|
||||
chrome.tabs.create({ url });
|
||||
});
|
10
update-notifier-npm.json
Normal file
10
update-notifier-npm.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"optOut": false,
|
||||
"lastUpdateCheck": 1696636843435,
|
||||
"update": {
|
||||
"latest": "10.2.0",
|
||||
"current": "6.14.17",
|
||||
"type": "major",
|
||||
"name": "npm"
|
||||
}
|
||||
}
|
BIN
update-notifier-npm.json.2701252402
Normal file
BIN
update-notifier-npm.json.2701252402
Normal file
Binary file not shown.
Loading…
Reference in a new issue