Inspect and view changes in cratehub source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "cratehub",
"version": "0.0.3",
"description": "github rust cargo project crates info",
"browser_action": {
"default_icon": "assets/icon-512.png"
},
"background": {
"page": "background/index.html",
"persistent": true
},
"icons": {
"16": "assets/icon-512.png",
"48": "assets/icon-512.png",
"128": "assets/icon-512.png"
},
"permissions": [
"https://crates.io/",
"activeTab",
"http://*/",
"https://*/"
],
"browser_specific_settings": {
"gecko": {
"id": "sveltesse-webext@fixme.com"
}
},
"content_scripts": [
{
"matches": [
"https://github.com/*",
"https://gitlab.com/*"
],
"js": [
"./contentScripts/index.global.js"
],
"css": [
"./contentScripts/style.css"
]
}
],
"web_accessible_resources": [
"./contentScripts/style.css"
]
} Best cratehub Alternatives
Here are some Firefox add-ons that are similar to cratehub:
Package Hub
Ezinwa Okpoechi
npmhub
Fregante
GitHubRepos
siriuskoan
GitHub Rank
chuanyu
OctoCounts the SLOC panel GitHub forgot
huang
Repo Hub
ayushshaw90
GitHub仓库大小显示器(增强版)
klcb2010
Crates.io Search
Blades
NPM nested dependencies count
bibo5088
GitHub Repository List
schollsebastian
Github Sorter
Ayub
Git Deps Notifier
Piotr Zadka