pdf.js/extensions/chromium
Rob Wu 8526d3c600 [CRX] Add a pageAction to omnibox showing PDF URL
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.
2013-12-16 19:00:32 +01:00
..
.gitignore Renaming of extensions/chrome folder to extensions/chromium, and small tweak to manifest.json description as per #3600 2013-08-21 18:11:35 +02:00
chrome.tabs.executeScriptInFrame.js [CRX] Change Viewer insertion method 2013-10-16 23:14:16 +02:00
extension-router.js [CRX] Add a pageAction to omnibox showing PDF URL 2013-12-16 19:00:32 +01:00
icon16.png Renaming of extensions/chrome folder to extensions/chromium, and small tweak to manifest.json description as per #3600 2013-08-21 18:11:35 +02:00
icon19.png [CRX] Add a pageAction to omnibox showing PDF URL 2013-12-16 19:00:32 +01:00
icon38.png [CRX] Add a pageAction to omnibox showing PDF URL 2013-12-16 19:00:32 +01:00
icon48.png Renaming of extensions/chrome folder to extensions/chromium, and small tweak to manifest.json description as per #3600 2013-08-21 18:11:35 +02:00
icon128.png Renaming of extensions/chrome folder to extensions/chromium, and small tweak to manifest.json description as per #3600 2013-08-21 18:11:35 +02:00
manifest.json [CRX] Add a pageAction to omnibox showing PDF URL 2013-12-16 19:00:32 +01:00
nothing.js [CRX] Change Viewer insertion method 2013-10-16 23:14:16 +02:00
pageActionPopup.html [CRX] Add a pageAction to omnibox showing PDF URL 2013-12-16 19:00:32 +01:00
pageActionPopup.js [CRX] Add a pageAction to omnibox showing PDF URL 2013-12-16 19:00:32 +01:00
patch-worker.js Renaming of extensions/chrome folder to extensions/chromium, and small tweak to manifest.json description as per #3600 2013-08-21 18:11:35 +02:00
pdfHandler.html [CRX] Show nicely formatted URL in omnibox 2013-10-16 23:14:46 +02:00
pdfHandler.js [CRX] split:incognito is used, so update file:-handler 2013-10-16 23:14:43 +02:00