Inspect and view changes in Copykod source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Copykod",
"version": "1.0.3",
"description": "Copy code from StackOverflow, Github, W3Schools, TutorialsPoint... and hundredrs of developers websites without breaking a sweat.",
"permissions": [
"tabs",
"storage",
"clipboardWrite"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"exclude_globs": [
"chrome://*"
],
"all_frames": true,
"js": [
"scripts/copykod.js"
],
"css": [
"styles/copykod.css"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "extension@copykod.com",
"strict_min_version": "60.0"
}
},
"background": {
"scripts": [
"scripts/background.js"
]
},
"author": "Joseph Mpo Yeti",
"browser_action": {
"default_title": "Copykod",
"default_popup": "pages/popup.html",
"default_icon": {
"128": "img/icon.png"
}
},
"icons": {
"128": "img/icon.png"
}
} Best Copykod Alternatives
Here are some Firefox add-ons that are similar to Copykod:
Snippet Corpy
thadev404
re-CodeCopy
Staler2019
CopyToClip
Mohammad Farhan
stackcopy
Rohini Senthil
Copy Code
João Torre Pereira
InstaStack
ThatDevGuy
Stack Copy Button
MrMino
CodeCopy
Zeno Rocha
Code Clipboard Manager
Scttfbr
CopyCode
Iyad Ahmed
CodeSnip
Lennox
Copy Source Code
Fribbynetwork