Inspect and view changes in Extract Source URL source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Extract Source URL",
"version": "1.0",
"description": "Right-click on any element with a src attribute to extract its source URL",
"browser_specific_settings": {
"gecko": {
"id": "extract-source-url@yourdomain.com",
"strict_min_version": "58.0"
}
},
"permissions": [
"contextMenus",
"clipboardWrite",
"<all_urls>"
],
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"icons": {
"16": "icon16.svg"
}
} ベストのExtract Source URL代替案
Extract Source URLに類似したFirefox add-onをいくつか紹介します:
Link Extractor
savira
LinkExtract
innergr
Source Link Scanner
Juri richter
Image Source Finder
ZOOG Interactive
Link Extractor
Leonardo
URL Extractor
yaagame
Link Extract
Arabinda Moharana
URL Segment Extractor
Elizabeth Allen
Image URL Extractor
Richard Thompson
Image URL Extractor
Dorothy Brown
Image URL Extractor
Brian Mitchell
Webpage Extractor
Warren Bank