PrintAny
One click print current TAB, selected content on a website and also Google emails.
Co to jest PrintAny?
PrintAny to rozszerzenie Chrome opracowane przez Murali Krishna Chanda, a jego główną funkcją jest „One click print current TAB, selected content on a website and also Google emails.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia PrintAny
Pobierz pliki rozszerzeń PrintAny 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
Print button inside you Chrome browser to easy print a page with one click.
Podstawowe informacje o rozszerzeniu
Nazwa | PrintAny |
ID | fomndpnkhdffldikpeefdjeiebjdbgmn |
Oficjalny URL | https://chromewebstore.google.com/detail/printany/fomndpnkhdffldikpeefdjeiebjdbgmn |
Opis | One click print current TAB, selected content on a website and also Google emails. |
Rozmiar pliku | 12.35 KB |
Liczba instalacji | 1,782 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2019-04-03 |
Data Publikacji | 2019-04-03 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | Murali Krishna Chanda |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PrintAny", "version": "1.0", "manifest_version": 2, "description": "One click print current TAB, selected content on a website and also Google emails.", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "printer.png" }, "permissions": [ "activeTab" ], "icons": { "16": "printer.png", "32": "printer.png", "48": "printer.png", "128": "printer.png" }, "offline_enabled": true } |