GitHub Issue Link Status
Colorize issue and PR links to see their status (open, closed, merged)
GitHub Issue Link Status क्या है?
GitHub Issue Link Status fregante द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Colorize issue and PR links to see their status (open, closed, merged)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GitHub Issue Link Status एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
It uses GraphQL to make a single HTTP request to check all the links on a page at once. This means that you'll need to create a API token and add it to the Options page or else the extension will not work. GitHub Enterprise is also supported. More info in the options.
एक्सटेंशन की मूल जानकारी
नाम | GitHub Issue Link Status |
ID | nbiddhncecgemgccalnoanpnenalmkic |
आधिकारिक URL | https://chromewebstore.google.com/detail/github-issue-link-status/nbiddhncecgemgccalnoanpnenalmkic |
विवरण | Colorize issue and PR links to see their status (open, closed, merged) |
फ़ाइल का आकार | 628 KB |
स्थापना संख्या | 840 |
वर्तमान संस्करण | 23.12.9 |
अंतिम अपडेट | 2023-12-16 |
प्रकाशन तिथि | 2020-05-28 |
रेटिंग | 5.00/5 कुल 11 रेटिंग्स |
डेवलपर | fregante |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/fregante/github-issue-link-status |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub Issue Link Status", "version": "23.12.9", "manifest_version": 2, "description": "Colorize issue and PR links to see their status (open, closed, merged)", "author": "Federico Brigante", "homepage_url": "https:\/\/github.com\/fregante\/github-issue-link-status", "minimum_chrome_version": "110", "icons": { "128": "icon.8e96fe6a.png" }, "applications": { "gecko": { "id": "[email protected]", "strict_min_version": "110.0" } }, "background": { "scripts": [ "background.f4bf7b8a.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.8e96fe6a.png" }, "permissions": [ "storage", "contextMenus", "activeTab", "https:\/\/api.github.com\/*" ], "optional_permissions": [ "*:\/\/*\/*" ], "options_ui": { "chrome_style": true, "page": "options.a1657bf3.html" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "github-issue-link-status.3d226882.js" ], "css": [ "github-issue-link-status.6d22c692.css" ] } ], "web_accessible_resources": [ "github-issue-link-status.13b89ed2.svg", "github-issue-link-status.0e56a715.svg", "github-issue-link-status.8ef1950e.svg", "github-issue-link-status.08639d3b.svg", "github-issue-link-status.28fd9b3b.svg", "github-issue-link-status.47996722.svg", "github-issue-link-status.d9d314fc.svg" ] } |