PageChopper
Modify current page for printing.
什麼是PageChopper?
PageChopper是由https://brispace.us開發的Chrome擴展程式,該擴展的主要功能是“Modify current page for printing.”。
擴展截圖
下載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 |
ID | bcdjdbiiohahlfdochlfbbplnfgakhmk |
官方網址 | 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 |
電子郵箱 | [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" ] } |