PageChopper
Modify current page for printing.
Co to jest PageChopper?
PageChopper to rozszerzenie Chrome opracowane przez https://brispace.us, a jego główną funkcją jest „Modify current page for printing.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia PageChopper
Pobierz pliki rozszerzeń PageChopper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | PageChopper |
ID | bcdjdbiiohahlfdochlfbbplnfgakhmk |
Oficjalny URL | https://chromewebstore.google.com/detail/pagechopper/bcdjdbiiohahlfdochlfbbplnfgakhmk |
Opis | Modify current page for printing. |
Rozmiar pliku | 11.18 KB |
Liczba instalacji | 70 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2018-02-27 |
Data Publikacji | 2018-02-27 |
Ocena | 3.00/5 Łącznie 2 Oceny |
Deweloper | https://brispace.us |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://brispace.us/blog/title/Modify_Web_Pages_For_Printing_With_PageChopper |
Obsługiwane Języki | 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" ] } |