8526d3c600
In Chromium extensions, the viewer's URL looks like this: chrome-extension://oemmndcbldboiebfnladdacbdfmadadm/http://example.com/file.pdf Furthermore, the PDF Viewer itself can also add something to the reference fragment: chrome-extension://oemmndcbldboiebfnladdacbdfmadadm/http://example.com/file.pdf#page=2 Consequently, it is difficult to copy a clean URL (e.g. for sharing over mail) without having to tidy-up the URL manually. This commit solves this issue by adding a button to the omnibox, which shows the clean PDF URL on click. |
||
---|---|---|
.. | ||
.gitignore | ||
chrome.tabs.executeScriptInFrame.js | ||
extension-router.js | ||
icon16.png | ||
icon19.png | ||
icon38.png | ||
icon48.png | ||
icon128.png | ||
manifest.json | ||
nothing.js | ||
pageActionPopup.html | ||
pageActionPopup.js | ||
patch-worker.js | ||
pdfHandler.html | ||
pdfHandler.js |