Skip to content

clach04/linkedimagedownloader_en

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linked Image Downloader English and Japanese

English translation of LinkedImageDownloader by 音水 (Sound Water) for FireFox.

Download/install from https://github.com/clach04/linkedimagedownloader_en/releases/latest

For original see:

Dev notes

In Chrome:

  • open More tools, then Extensions (open chrome://extensions/ )
  • then toggle Developer mode.
  • "Load unpack", select checkout directory

See http://blog.glavin.org/BurntChrome/docs/ for screenshots.

Use chrome.extension.getBackgroundPage().console.log() and then click on "Inspect views background page" to see console.

Firefox

  • open about:debugging#/runtime/this-firefox
  • "Load Temporary Add-on.."
  • select checkout directory, and open manifest.json

https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Your_first_WebExtension

npm install  web-ext
web-ext lint
web-ext build
web-ext sign --api-key=$AMO_JWT_ISSUER --api-secret=$AMO_JWT_SECRET
web-ext sign --api-key=%AMO_JWT_ISSUER% --api-secret=%AMO_JWT_SECRET%

Uploading 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).

Porting