Awesome Print Button

Awesome button to open up the Chrome print page in a new tab or window.

什麼是Awesome Print Button?

Awesome Print Button是由https://upway2late.com開發的Chrome擴展程式,該擴展的主要功能是“Awesome button to open up the Chrome print page in a new tab or window.”。

擴展截圖

screenshot
screenshot
screenshot

下載Awesome Print Button擴展crx文件

下載Awesome Print Button擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Version 1.2.0.1 Notes: Update for Chrome 71.0.3578.98.

Version 1.0.1.9 Notes: Mandatory update to Chrome Extension Manifest version 2.

Version 1.0.1.1 Notes: Chrome 17 has been updated such that the print preview window is no longer presented in a new tab. Now the print preview window opens up in a child window in the current tab. This broke the 'open in New Window' feature. 

To compensate for this, the Awesome Print Button version 1.0.1.1 'open in New Window' option now duplicates the selected tab in a new window, and then triggers the Chrome print preview window.                    

擴展基本資訊

名稱 Awesome Print Button Awesome Print Button
ID bddbafgkmneiebpibclbakmdnijhgeim
官方網址 https://chromewebstore.google.com/detail/awesome-print-button/bddbafgkmneiebpibclbakmdnijhgeim
簡介 Awesome button to open up the Chrome print page in a new tab or window.
檔案大小 81.85 KB
安裝次數 4,278
目前版本 1.2.0.1
更新時間 2020-12-08
上架時間 2019-01-01
評分 3.40/5 共 15 次評分
開發者 https://upway2late.com
電子郵箱 [email protected]
付費類型 free
擴展官網 http://www.upway2late.com/
說明頁面URL http://www.upway2late.com/contact
隱私政策頁面URL http://www.upway2late.com
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Awesome Print Button",
    "version": "1.2.0.1",
    "description": "Awesome button to open up the Chrome print page in a new tab or window.",
    "icons": {
        "16": "print_16.png",
        "48": "print_48.png",
        "128": "print_128.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "print_19.png",
        "default_title": "Awesome Print Button"
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}