Inspect and view changes in Upload Preview source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Upload Preview",
"version": "1.1.0",
"description": "Quick-pick an image from your clipboard or recent downloads when a site asks you to upload a file.",
"browser_specific_settings": {
"gecko": {
"id": "upload-preview-addon@gmail.com",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"permissions": [
"downloads",
"clipboardRead",
"storage"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"scripts": [
"background.js"
]
},
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content-script.js"
],
"all_frames": true,
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"overlay.css"
],
"matches": [
"<all_urls>"
]
}
],
"icons": {
"48": "icons/icon-48.png",
"96": "icons/icon-96.png",
"128": "icons/icon-128.png"
}
} ベストのUpload Preview代替案
Upload Previewに類似したFirefox add-onをいくつか紹介します:
Clipboard Upload
Szymon
Clipboard Image Preview
Dhayanand
Clipboard Uploader
OKVIP
Clipboard Image Uploader
Morgan
Media previewer
Pythack
Image Picker
SUNWIN
Clipboard Image Upload
Phaidra
Clipboard Image Copier
Sanaa
Copy-n-Paste: Clipboard Upload Simplified
estudado
Color Preview Picker
luck8gifts
Page Preview (Shift+Click)
Vasudev Jamwal
QuickPaste
DeveloperKubilay