Open Self Tab
Remove tagA's target
Cos'è Open Self Tab?
Open Self Tab è un'estensione di Chrome sviluppata da luowenbiz, e la sua funzione principale è "Remove tagA's target".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Open Self Tab
Scarica i file di estensione Open Self Tab 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
使用 www.tapd.cn 防止每次点击链接都打开新页面。
Informazioni di Base sull'Estensione
Nome | Open Self Tab |
ID | jibjdbpdbnbbmgghkmaelgkekdcgabbc |
URL Ufficiale | https://chromewebstore.google.com/detail/open-self-tab/jibjdbpdbnbbmgghkmaelgkekdcgabbc |
Descrizione | Remove tagA's target |
Dimensione del File | 651 KB |
Conteggio Installazioni | 208 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2017-06-02 |
Data di Pubblicazione | 2017-06-02 |
Valutazione | 4.86/5 Totale 7 Valutazioni |
Sviluppatore | luowenbiz |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open Self Tab", "version": "1.1", "manifest_version": 2, "description": "Remove tagA's target", "icons": { "128": "img\/snow-128.png" }, "background": { "persistent": false, "scripts": [ "js\/bg.js" ] }, "browser_action": { "default_title": "", "default_icon": "img\/snow.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "background", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.tapd.cn\/*" ], "css": [ "css\/contentstyle.css" ], "js": [ "js\/contentscript.js" ], "run_at": "document_end" } ] } |