修改图标,注释掉跳转和文字
This commit is contained in:
parent
f5312d23da
commit
35ece0e317
Binary file not shown.
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 13 KiB |
BIN
src/logo/tl.webp
BIN
src/logo/tl.webp
Binary file not shown.
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 33 KiB |
|
@ -37,9 +37,7 @@
|
|||
"downloads.open"
|
||||
],
|
||||
"background": {
|
||||
"scripts": [
|
||||
"background.js"
|
||||
]
|
||||
"scripts": ["background.js"]
|
||||
},
|
||||
"icons": {
|
||||
"16": "logo/16.png",
|
||||
|
@ -51,9 +49,7 @@
|
|||
"run_at": "document_start",
|
||||
"all_frames": true,
|
||||
"match_about_blank": true,
|
||||
"matches": [
|
||||
"<all_urls>"
|
||||
],
|
||||
"matches": ["<all_urls>"],
|
||||
"js": [
|
||||
"content/jquery.min.js",
|
||||
"content/content.js",
|
||||
|
@ -63,9 +59,7 @@
|
|||
"content/search.js",
|
||||
"content/record.js"
|
||||
],
|
||||
"css": [
|
||||
"content/style.css"
|
||||
]
|
||||
"css": ["content/style.css"]
|
||||
}
|
||||
],
|
||||
"browser_action": {
|
||||
|
@ -76,4 +70,4 @@
|
|||
"page": "option.html",
|
||||
"browser_style": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -17,9 +17,9 @@
|
|||
</head>
|
||||
|
||||
<body id="body">
|
||||
<div class="review">
|
||||
<!-- <div class="review">
|
||||
<p>Ruto wishes you a happy and prosperous new year</p>
|
||||
</div>
|
||||
</div> -->
|
||||
<div id="version" class="flex-containers">
|
||||
<div
|
||||
class="onoffswitch"
|
||||
|
@ -52,9 +52,9 @@
|
|||
data-balloon="Write a review"
|
||||
data-balloon-pos="left"
|
||||
>
|
||||
<a href="http://tiny.cc/rutoff" target="_blank">
|
||||
<!-- <a href="http://tiny.cc/rutoff" target="_blank">
|
||||
<img src="./logo/icon/love.svg" alt="review" />
|
||||
</a>
|
||||
</a> -->
|
||||
</div>
|
||||
</div>
|
||||
<hr />
|
||||
|
|
Loading…
Reference in New Issue