LF - open self tab

卓杭科技 - chrome浏览器禁止tapd打开新窗口

Qu'est-ce que LF - open self tab ?

LF - open self tab est une extension Chrome développée par luoxiao492, et sa fonction principale est "卓杭科技 - chrome浏览器禁止tapd打开新窗口".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension LF - open self tab

Téléchargez les fichiers d'extension LF - open self tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        前言:
应公司开发流程需求,使用tapd
在使用tapd的过程时,不知不觉就开了一堆标签在那里,感觉很繁琐

功能:
主要针对tapd不停的弹新窗口,禁止打开新标签

后话:
不好用勿喷 ~0.0~




0.0.1
项目上线

0.0.2
修复迭代弹出新窗口问题

0.0.24
修复插件影响工作流的问题

1.0.24
由于TAPD改版,插件在很多场景无法正常使用
修复需求单,故事墙,文档,迭代等功能

1.0.25
修复搜索结果新窗口打开问题

1.0.26
修复部分链接打长新窗口问题                    

Informations de Base sur l'Extension

Nom LF - open self tab LF - open self tab
ID gpgfjbchpnclonmdeinfoioaibldafbe
URL Officiel https://chromewebstore.google.com/detail/lf-open-self-tab/gpgfjbchpnclonmdeinfoioaibldafbe
Description 卓杭科技 - chrome浏览器禁止tapd打开新窗口
Taille du Fichier 375 KB
Nombre d'Installations 108
Version Actuelle 1.0.27
Dernière Mise à Jour 2020-07-20
Date de Publication 2020-06-29
Évaluation 5.00/5 Total 2 Évaluations
Développeur luoxiao492
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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": []
}