Hide Files From Bitbucket PR
Hide irrelevant files from Bitbucket pull requests.
Co je Hide Files From Bitbucket PR?
Hide Files From Bitbucket PR je rozšíření Chrome vyvinuté gabin.aureche, a jeho hlavní funkcí je „Hide irrelevant files from Bitbucket pull requests.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Hide Files From Bitbucket PR
Stáhněte si soubory rozšíření Hide Files From Bitbucket PR ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This extension lets you create rules to hide files from Bitbucket pull requests. You can create glob-like rules for a given project and/or user.
Základní Informace o Rozšíření
Název | |
ID | jkndmdikjlefnimdlpmoembjkppanpaf |
Oficiální URL | https://chromewebstore.google.com/detail/hide-files-from-bitbucket/jkndmdikjlefnimdlpmoembjkppanpaf |
Popis | Hide irrelevant files from Bitbucket pull requests. |
Velikost souboru | 79.13 KB |
Počet instalací | 41 |
Aktuální Verze | 1.2.0 |
Poslední Aktualizace | 2016-12-01 |
Datum Vydání | 2016-12-01 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | gabin.aureche |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/Zhouzi/hide-files-from-bitbucket-pr |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hide Files From Bitbucket PR", "description": "Hide irrelevant files from Bitbucket pull requests.", "version": "1.2.0", "manifest_version": 2, "permissions": [ "storage" ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon-40.png" }, "content_scripts": [ { "matches": [ "https:\/\/bitbucket.org\/*\/*\/pull-requests\/*" ], "js": [ "dist\/content.js" ] } ], "options_page": "options.html" } |