{"id":16648762,"url":"https://github.com/clach04/linkedimagedownloader_en","last_synced_at":"2026-04-07T20:31:08.802Z","repository":{"id":138514966,"uuid":"264481393","full_name":"clach04/linkedimagedownloader_en","owner":"clach04","description":"English translation of linkedimagedownloader (linked image downloader save images) extension for Mozilla FireFox. Based on linkedimagedownloader-0.03beta-fx.xpi","archived":false,"fork":false,"pushed_at":"2023-12-03T15:59:46.000Z","size":13,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-13T01:34:46.894Z","etag":null,"topics":["chrome","chrome-extension","chromium","download","downloader","firefox","firefox-addon","firefox-extension","gif","image","jpg","png","webextension"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/clach04.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-05-16T16:43:01.000Z","updated_at":"2025-09-01T05:23:41.000Z","dependencies_parsed_at":"2025-12-12T02:02:38.298Z","dependency_job_id":null,"html_url":"https://github.com/clach04/linkedimagedownloader_en","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/clach04/linkedimagedownloader_en","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clach04%2Flinkedimagedownloader_en","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clach04%2Flinkedimagedownloader_en/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clach04%2Flinkedimagedownloader_en/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clach04%2Flinkedimagedownloader_en/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clach04","download_url":"https://codeload.github.com/clach04/linkedimagedownloader_en/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clach04%2Flinkedimagedownloader_en/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31528249,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chrome","chrome-extension","chromium","download","downloader","firefox","firefox-addon","firefox-extension","gif","image","jpg","png","webextension"],"created_at":"2024-10-12T09:05:24.972Z","updated_at":"2026-04-07T20:31:08.714Z","avatar_url":"https://github.com/clach04.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Linked Image Downloader English and Japanese\n\nEnglish translation of LinkedImageDownloader by 音水 (Sound Water) for FireFox.\n\nDownload/install from https://github.com/clach04/linkedimagedownloader_en/releases/latest\n\nFor original see:\n\n  * https://addons.mozilla.org/en-US/firefox/addon/linkedimagedownloader\n      * Unknown license https://addons.mozilla.org/en-US/firefox/addon/linkedimagedownloader/license/\n  * https://otomizu.work/2019/01/02/firefox-quantum-linked-image-downloader/\n    * https://otomizu.work/2019/06/05/google-chrome-linked-image-downloader/\n\n\n## Dev notes\n\nIn Chrome:\n\n  * open More tools, then Extensions (open chrome://extensions/ )\n  * then toggle Developer mode.\n  * \"Load unpack\", select checkout directory\n\nSee http://blog.glavin.org/BurntChrome/docs/ for screenshots.\n\nUse `chrome.extension.getBackgroundPage().console.log()` and then click on \"Inspect views background page\" to see console.\n\n  * https://developer.chrome.com/extensions/extension\n  * https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/extension/getBackgroundPage\n  * https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/runtime/getBackgroundPage\n\n\n## Firefox\n\n  * open about:debugging#/runtime/this-firefox\n  * \"Load Temporary Add-on..\"\n  * select checkout directory, and open `manifest.json`\n\nhttps://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Your_first_WebExtension\n\n    npm install  web-ext\n    web-ext lint\n    web-ext build\n    web-ext sign --api-key=$AMO_JWT_ISSUER --api-secret=$AMO_JWT_SECRET\n    web-ext sign --api-key=%AMO_JWT_ISSUER% --api-secret=%AMO_JWT_SECRET%\n\nUploading an **unlisted** extension will allow download of xpi for selt-hosted distribution but can never be made public. Mozilla requires a new version to be uploaded and made public at upload time (i.e. version bump required).\n\n### Porting\n\n  * https://extensionworkshop.com/documentation/develop/porting-a-google-chrome-extension/\n  * https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Chrome_incompatibilities\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclach04%2Flinkedimagedownloader_en","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclach04%2Flinkedimagedownloader_en","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclach04%2Flinkedimagedownloader_en/lists"}