The Printliminator

A simple tool to make websites print better.

The Printliminatorとは何ですか?

The PrintliminatorはMottieによって開発されたChromeの拡張機能で、その主な機能は「A simple tool to make websites print better.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

The Printliminator拡張機能のCRXファイルをダウンロード

The Printliminator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The Printliminator is a simple tool you can use to make websites print better.

One click to activate, and then click to remove highlighted elements from the page, remove graphics, and apply better print styling.                    

拡張機能の基本情報

名前 The Printliminator The Printliminator
ID nklechikgnfoonbfmcalddjcpmcmgapf
公式URL https://chromewebstore.google.com/detail/the-printliminator/nklechikgnfoonbfmcalddjcpmcmgapf
説明 A simple tool to make websites print better.
ファイルサイズ 23.62 KB
インストール数 15,176
現在のバージョン 4.0.5
最終更新日 2015-10-11
公開日 2015-10-11
評価 4.70/5 合計 56 レビュー
開発者 Mottie
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/CSS-Tricks/The-Printliminator
ヘルプページのURL https://github.com/CSS-Tricks/The-Printliminator/wiki
対応言語 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_printliminatorName__",
    "version": "4.0.5",
    "manifest_version": 2,
    "author": "Chris Coyier",
    "description": "__MSG_printliminatorDescription__",
    "homepage_url": "https:\/\/github.com\/CSS-Tricks\/The-Printliminator",
    "default_locale": "en",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon32.png",
        "default_title": "__MSG_printliminatorName__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "printliminator.js",
        "printliminator.css"
    ]
}