新标签页打开链接
在新标签页打开链接
Cos'è 新标签页打开链接?
新标签页打开链接 è un'estensione di Chrome sviluppata da 0xff336699, e la sua funzione principale è "在新标签页打开链接".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 新标签页打开链接
Scarica i file di estensione 新标签页打开链接 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
链接在新窗口打开。
部分网站是在当前网页打开新连接,这种方式有时并不方便浏览,所以就有了这个工具,您可以自己设置该网站或者该网站的某个目录下的链接是否在新窗口打开。 Informazioni di Base sull'Estensione
| Nome | |
| ID | jhcdleggihplnbelpiohloibgpnckjip |
| URL Ufficiale | https://chromewebstore.google.com/detail/%E6%96%B0%E6%A0%87%E7%AD%BE%E9%A1%B5%E6%89%93%E5%BC%80%E9%93%BE%E6%8E%A5/jhcdleggihplnbelpiohloibgpnckjip |
| Descrizione | 在新标签页打开链接 |
| Dimensione del File | 1.03 MB |
| Conteggio Installazioni | 1,027 |
| Versione Corrente | 1.0.1 |
| Ultimo Aggiornamento | 2022-08-16 |
| Data di Pubblicazione | 2022-07-12 |
| Valutazione | 4.86/5 Totale 7 Valutazioni |
| Sviluppatore | 0xff336699 |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"description": "\u5728\u65b0\u6807\u7b7e\u9875\u6253\u5f00\u94fe\u63a5",
"version": "1.0.1",
"manifest_version": 3,
"permissions": [
"tabs",
"storage",
"contextMenus"
],
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
".\/third\/jquery3.6.0\/jquery.js",
"menus.js"
],
"all_frames": false
}
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_title": "\u6807\u7b7e"
},
"icons": {
"16": "label16.png",
"32": "label32.png",
"48": "label48.png",
"128": "label128.png"
},
"web_accessible_resources": [
{
"resources": [
".\/third\/f7\/framework7-bundle.css",
".\/third\/f7\/framework7-bundle-rtl.css",
".\/third\/f7\/framework7-bundle.js",
".\/third\/f7\/iframe.js",
"iframe.html",
"confUtils.js"
],
"matches": [
" | |