Open Self Tab
Remove tagA's target
What is Open Self Tab?
Open Self Tab is a Chrome extension developed by luowenbiz, and its main feature is "Remove tagA's target".
Extension Screenshots
Download Open Self Tab Extension CRX File
Download Open Self Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
使用 www.tapd.cn 防止每次点击链接都打开新页面。
Extension Basic Information
Name | Open Self Tab |
ID | jibjdbpdbnbbmgghkmaelgkekdcgabbc |
Official URL | https://chromewebstore.google.com/detail/open-self-tab/jibjdbpdbnbbmgghkmaelgkekdcgabbc |
Description | Remove tagA's target |
File Size | 651 KB |
Installation Count | 208 |
Current Version | 1.1 |
Last Updated | 2017-06-02 |
Publish Date | 2017-06-02 |
Rating | 4.86/5 Total 7 Ratings |
Developer | luowenbiz |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } ] } |