Convert to PDF New Tab
Convert your documents to PDF with ease - right on your new tab page.
Convert to PDF New Tab란 무엇입니까?
Convert to PDF New Tab은(는) http://newtabtools.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Convert your documents to PDF with ease - right on your new tab page."입니다.
확장 프로그램 스크린샷
Convert to PDF New Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Convert your documents to PDF with ease - right on your new tab page. Convert to PDF New Tab helps you convert your word documents to PDF files with a click of a button! Features: - Convenient and easy search - Free conversion of your word documents to PDF Click "Add to Chrome" to install Convert to PDF. Note: Installing this extension changes your Chrome New Tab to Convert to PDF.
확장 프로그램 기본 정보
이름 | |
ID | oknidffmfdafgllnngpkfchloocfolcn |
공식 URL | https://chrome.google.com/webstore/detail/convert-to-pdf-new-tab/oknidffmfdafgllnngpkfchloocfolcn |
설명 | Convert your documents to PDF with ease - right on your new tab page. |
파일 크기 | 1.02 MB |
설치 횟수 | 78 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2017-10-03 |
출시 날짜 | 2017-10-03 |
개발자 | http://newtabtools.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | http://www.newtabtools.com/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Convert to PDF New Tab", "version": "1.0.0", "manifest_version": 2, "description": "Convert your documents to PDF with ease - right on your new tab page.", "homepage_url": "http:\/\/www.newtabtools.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "js\/bg\/config.js", "js\/bg\/background.js" ], "persistent": true }, "permissions": [ "tabs", "storage", "topSites", "history", "unlimitedStorage", "*:\/\/*.newtabtools.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*.newtabtools.com\/*", "https:\/\/*.newtabtools.com\/*" ], "js": [ "js\/bg\/ext.js" ] }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "js": [ "js\/bg\/config.js", "js\/ads.js" ] } ], "chrome_url_overrides": { "newtab": "new_tab.html" } } |