New Tab Quick PDF Converter
Convert PDF and search the web on each new tab, quick and easy to use
New Tab Quick PDF Converterとは何ですか?
New Tab Quick PDF Converterはquickpdfconverterによって開発されたChromeの拡張機能で、その主な機能は「Convert PDF and search the web on each new tab, quick and easy to use」です。
拡張機能のスクリーンショット
New Tab Quick PDF Converter拡張機能のCRXファイルをダウンロード
New Tab Quick PDF Converter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
New Tab Quick Pdf Converter enables you to convert PDF and search the web on each new tab you open. Quick and easy to use. Use it right away! Please note this extension will change your Chrome New Tab and New Tab search. New Tab search results powered by Yahoo. Some important information for you: By clicking on the 'Add to Chrome' button and installing New Tab Quick PDF Converter, you agree to install this extension, with our Privacy Policy and our Terms of Service. By installing, New Tab Quick PDF Converter will change your Chrome's new tab. Please review our Terms of Service and Privacy Policy at - https://quickpdfconverter.com/terms.html https://quickpdfconverter.com/privacy.html You may remove or disable this extension anytime.
拡張機能の基本情報
名前 | New Tab Quick PDF Converter |
ID | dahlapnnflgogjncfekgjdfopcafiigb |
公式URL | https://chrome.google.com/webstore/detail/new-tab-quick-pdf-convert/dahlapnnflgogjncfekgjdfopcafiigb |
説明 | Convert PDF and search the web on each new tab, quick and easy to use |
ファイルサイズ | 1.71 MB |
インストール数 | 3,923 |
現在のバージョン | 1.0.5 |
最終更新日 | 2023-09-20 |
公開日 | 2022-12-27 |
開発者 | quickpdfconverter |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://quickpdfconverter.com/ |
プライバシーポリシーページのURL | https://quickpdfconverter.com/privacy.html |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "manifest_version": 3, "name": "New Tab Quick PDF Converter", "version": "1.0.5", "description": "Convert PDF and search the web on each new tab, quick and easy to use", "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "cookies", "storage" ], "host_permissions": [ "*:\/\/quickpdfconverter.com\/", "*:\/\/.quickpdfconverter.com\/" ], "chrome_url_overrides": { "newtab": "index.html" }, "action": { "default_icon": "icon.png" } } |