By: Scrutinizer
Inspect and view changes in Scrutinizer for GitHub and Bitbucket source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Scrutinizer for GitHub and Bitbucket",
"description": "Scrutinizer analysis results inside GitHub and Bitbucket.",
"background": {
"scripts": [
"js/eventPage.js"
]
},
"content_scripts": [
{
"matches": [
"https://github.com/*"
],
"css": [
"css/all_platforms.css",
"css/bootstrap.scoped.css",
"css/introjs.css"
],
"js": [
"js/github.js"
]
},
{
"matches": [
"https://bitbucket.org/*"
],
"css": [
"css/all_platforms.css",
"css/bootstrap.scoped.css",
"css/introjs.css"
],
"js": [
"js/bitbucket.js"
]
},
{
"matches": [
"https://scrutinizer-ci.com/*"
],
"js": [
"js/extensionCheck.js"
]
}
],
"icons": {
"16": "images/icon.png",
"48": "images/icon.png",
"128": "images/icon.png"
},
"browser_action": {
"default_icon": "images/icon.png",
"default_popup": "html/settings.html",
"default_title": "Change Settings"
},
"permissions": [
"https://scrutinizer-ci.com/",
"storage",
"alarms"
],
"applications": {
"gecko": {
"id": "extensions@scrutinizer-ci.com"
}
},
"optional_permissions": [
"tabs",
"https://bitbucket.org/"
],
"web_accessible_resources": [
"images/*.png",
"images/*.gif"
],
"version": "3.1.5"
} Best Scrutinizer for GitHub and Bitbucket Alternatives
Here are some Firefox add-ons that are similar to Scrutinizer for GitHub and Bitbucket:
GitHub Repo Analyzer
onyx47
Github Enhancer
Mohammad-Reza Sharifi
GitInsight - GitHub Integration
Hi88
Github Crawler
Mohammad-Reza Sharifi
PR Sentiment Analyzer
Brian Olore
Refined Bitbucket server
Joan Caron
Refined Bitbucket
Ronald Rey
Pick Commits
Chidume Nnamdi
Github List Bugzilla Bugs
Paul McLanahan
Analyze OSS
MLNW
Github Pull Request Counter
Renuo AG