LF - open self tab
卓杭科技 - chrome浏览器禁止tapd打开新窗口
What is LF - open self tab?
LF - open self tab is a Chrome extension developed by luoxiao492, and its main feature is "卓杭科技 - chrome浏览器禁止tapd打开新窗口".
Extension Screenshots
Download LF - open self tab Extension CRX File
Download LF - 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
前言: 应公司开发流程需求,使用tapd 在使用tapd的过程时,不知不觉就开了一堆标签在那里,感觉很繁琐 功能: 主要针对tapd不停的弹新窗口,禁止打开新标签 后话: 不好用勿喷 ~0.0~ 0.0.1 项目上线 0.0.2 修复迭代弹出新窗口问题 0.0.24 修复插件影响工作流的问题 1.0.24 由于TAPD改版,插件在很多场景无法正常使用 修复需求单,故事墙,文档,迭代等功能 1.0.25 修复搜索结果新窗口打开问题 1.0.26 修复部分链接打长新窗口问题
Extension Basic Information
Name | LF - open self tab |
ID | gpgfjbchpnclonmdeinfoioaibldafbe |
Official URL | https://chromewebstore.google.com/detail/lf-open-self-tab/gpgfjbchpnclonmdeinfoioaibldafbe |
Description | 卓杭科技 - chrome浏览器禁止tapd打开新窗口 |
File Size | 375 KB |
Installation Count | 108 |
Current Version | 1.0.27 |
Last Updated | 2020-07-20 |
Publish Date | 2020-06-29 |
Rating | 5.00/5 Total 2 Ratings |
Developer | luoxiao492 |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LF - open self tab", "version": "1.0.27", "manifest_version": 2, "description": "\u5353\u676d\u79d1\u6280 - chrome\u6d4f\u89c8\u5668\u7981\u6b62tapd\u6253\u5f00\u65b0\u7a97\u53e3", "icons": { "16": "image\/icon16.png", "48": "image\/icon48.png", "128": "image\/icon128.png" }, "browser_action": { "default_title": "LF - open self tab", "default_icon": "image\/icon16.png", "default_popup": "html\/index.html" }, "content_scripts": [ { "js": [ "script\/jquery-1.9.1.min.js", "script\/package.js", "script\/self.js" ], "matches": [ "https:\/\/www.tapd.cn\/*" ], "run_at": "document_idle" } ], "permissions": [] } |