PDF-Translator icon indicating copy to clipboard operation
PDF-Translator copied to clipboard

PDF Translator Chrome-extension

Results 7 PDF-Translator issues
Sort by recently updated
recently updated
newest added

現在新しいタブでpdfを開くと、元のタブでPDF-Translatorが開き、新しいタブではchromeデフォルトのPDFリーダーでpdfが開くという状態でした。今回新しいタブでpdfを開いた際には、新しいタブでPDF-Translatorが開くようにしてみました。 あえて現在の仕様にしていたら申し訳ないのですが、もしかしたら期待通りの挙動ではないのではないかと思いPR送ってみました。気に入っていただけたら幸いです。 (変更後の新規タブで開く様子) ![ 2021-05-10 18 48 17](https://user-images.githubusercontent.com/44169535/117642312-18a26600-b1c2-11eb-91bc-fcce5e334fd5.gif)

Sometimes it displays nothing in the translated window, which is only 2 square centimeters in size. 場合によっては、翻訳されたウィンドウに何も含まれていないため、ウィンドウのサイズはわずか 2 平方センチメートルです

pdf.jsライブラリのコードをリポジトリで管理するのではなく、npmからインストールすることを検討したほうがいいと思いました。

Too Longはinject.jsで処理をしているので,on, offの読み取りをしていない

DeepL側でDOMツリーが更新されおり,翻訳結果を取得できていない問題を解消しました.

[The chrome extension manifest will be upgraded to version 3 .](https://developer.chrome.com/docs/extensions/mv3/intro/) Currently, most of the work since then has been completed https://github.com/yoshinobc/PDF-Translator/pull/33. However, the use of eval statements was banned...

Currently, most of the work since then has been completed. However, the use of eval statements was banned in v3, but pdf.js uses eval, and I am wondering how to...