update tip page
This commit is contained in:
14
popup/tip.js
Normal file
14
popup/tip.js
Normal file
@ -0,0 +1,14 @@
|
||||
$().ready(
|
||||
() => {
|
||||
$("#link-extension-detail").on('click', () => {
|
||||
chrome.tabs.create({
|
||||
'url': `chrome://extensions/?id=${chrome.runtime.id}`
|
||||
});
|
||||
})
|
||||
$("#link-document").on('click', () => {
|
||||
chrome.tabs.create({
|
||||
'url': `https://git.jebbs.co/jebbs/data-extracter-extesion`
|
||||
});
|
||||
})
|
||||
}
|
||||
);
|
||||
Reference in New Issue
Block a user