Always open PDFs in new tab
Always open PDFs in new tab
What is Always open PDFs in new tab?
Always open PDFs in new tab is a Chrome extension developed by Jeff Grima, and its main feature is "Always open PDFs in new tab".
Download Always open PDFs in new tab Extension CRX File
Download Always open PDFs in new tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | ebobmeemifecooeiblacciicilpokfpn |
Official URL | https://chrome.google.com/webstore/detail/always-open-pdfs-in-new-t/ebobmeemifecooeiblacciicilpokfpn |
Description | Always open PDFs in new tab |
File Size | 4.74 KB |
Installation Count | 461 |
Current Version | 0.2 |
Last Updated | 2016-03-17 |
Publish Date | 2016-03-17 |
Rating | 1.00/5 Total 1 Ratings |
Developer | Jeff Grima |
[email protected] | |
Payment Type | free |
Extension Website | http://gearedsys.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "0.2", "manifest_version": 2, "description": "__MSG_extDesc__", "icons": { "16": "icon16.png", "128": "icon128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "default_locale": "en", "permissions": [ "downloads", "downloads.open" ] } |