Always open PDFs in new tab
Always open PDFs in new tab
什么是Always open PDFs in new tab?
Always open PDFs in new tab是由Jeff Grima开发的Chrome扩展程序,该扩展的主要功能是“Always open PDFs in new tab”。
下载Always open PDFs in new tab扩展crx文件
下载Always open PDFs in new tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | ebobmeemifecooeiblacciicilpokfpn |
官方URL | https://chrome.google.com/webstore/detail/always-open-pdfs-in-new-t/ebobmeemifecooeiblacciicilpokfpn |
简介 | Always open PDFs in new tab |
文件大小 | 4.74 KB |
安装次数 | 461 |
当前版本 | 0.2 |
更新时间 | 2016-03-17 |
上架时间 | 2016-03-17 |
评分 | 1.00/5 共1次评分 |
开发者 | Jeff Grima |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://gearedsys.com |
支持的语言 | 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" ] } |