제작자: The Code Registry Add-on
Inspect and view changes in Code Sync source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "The Code Registry",
"version": "1.0.1",
"description": "Add a sync button to GIT repositories hosted on third party platforms to sync and analyse code with The Code Registry.",
"permissions": [
"activeTab"
],
"browser_specific_settings": {
"gecko": {
"id": "browserextension@thecoderegistry.com"
}
},
"content_scripts": [
{
"matches": [
"*://github.com/*/*",
"*://gitlab.com/*/*",
"*://*/*"
],
"js": [
"content.js"
]
}
],
"action": {
"default_icon": "icon.png",
"default_popup": "popup.html",
"default_title": "Sync & Analyse your code with The Code Registry"
},
"icons": {
"48": "icon.png"
},
"host_permissions": [
"*://github.com/*",
"*://gitlab.com/*",
"<all_urls>"
]
} 최고의 Code Sync 대안
다음은 Code Sync과(와) 유사한 Firefox add-on입니다:
CodeforcesSync
Nazrul Islam
CodeSync
Orpheusdark
CodeSync
Orpheusdark
GitSync
k0src
GitSyncMarks
Joe Mild
LeetCode to GitHub Sync
Ankit
LeetCode Tracker V2
DEXTER777
LeetCode to Github
DEXTER777
CP Code Manager
CacCat
CodeHub
Febin Bellamy
CodeSynapse
Mohatamim
Le Git Graph - GitHub Git Graph
scaria.dev