PageChopper

Modify current page for printing.

PageChopperとは何ですか?

PageChopperはhttps://brispace.usによって開発されたChromeの拡張機能で、その主な機能は「Modify current page for printing.」です。

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

screenshot

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

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

拡張機能の使用方法

                        PageChopper is my attempt to recreate an old extension called Aardvark that allowed the user to remove elements from the current web page in order to make it better for printing.  You move your mouse pointer over an item and press a key (for example 'r' to remove the item).  A list of the command keys is displayed whenever you activate the extension.  You may remove items, isolate an item (i.e. remove all other items), convert the page to black and white, remove all images, or remove extra whitespace. You may undo any of your changes.                    

拡張機能の基本情報

名前 PageChopper PageChopper
ID bcdjdbiiohahlfdochlfbbplnfgakhmk
公式URL https://chromewebstore.google.com/detail/pagechopper/bcdjdbiiohahlfdochlfbbplnfgakhmk
説明 Modify current page for printing.
ファイルサイズ 11.18 KB
インストール数 70
現在のバージョン 1.0
最終更新日 2018-02-27
公開日 2018-02-27
評価 3.00/5 合計 2 レビュー
開発者 https://brispace.us
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://brispace.us/blog/title/Modify_Web_Pages_For_Printing_With_PageChopper
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PageChopper",
    "description": "Modify current page for printing.",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "icon-16.png",
            "48": "icon-48.png",
            "128": "icon-128.png"
        },
        "default_title": "Modify page for printing"
    },
    "permissions": [
        "activeTab"
    ]
}