Print Screen Button
You can quickly print any page with a simple click!
Co je Print Screen Button?
Print Screen Button je rozšíření Chrome vyvinuté alidacalliope, a jeho hlavní funkcí je „You can quickly print any page with a simple click!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Print Screen Button
Stáhněte si soubory rozšíření Print Screen Button ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
With the "Print Screen Button" add-on, you may immediately and simply print any page on your browser's toolbar. features: a. With a few clicks, you can turn any webpage into a printable PDF (toolbar button). b. There are no settings or choices to change.
Základní Informace o Rozšíření
Název | |
ID | iejilhjpldhcgiecimenaeagfboaemkg |
Oficiální URL | https://chrome.google.com/webstore/detail/print-screen-button/iejilhjpldhcgiecimenaeagfboaemkg |
Popis | You can quickly print any page with a simple click! |
Velikost souboru | 55.31 KB |
Počet instalací | 39 |
Aktuální Verze | 0.1 |
Poslední Aktualizace | 2022-06-26 |
Datum Vydání | 2022-06-26 |
Hodnocení | 4.80/5 Celkem 10 Hodnocení |
Vývojář | alidacalliope |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://worldaddons.com/print-screen-button/ |
URL Stránky Nápovědy | https://worldaddons.com/contact/ |
URL Stránky Zásad Ochrany Soukromí | https://worldaddons.com/privacy-policy |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1", "manifest_version": 3, "name": "Print Screen Button", "offline_enabled": true, "short_name": "print-screen-button", "homepage_url": "https:\/\/worldaddons.com\/print-screen-button\/", "description": "You can quickly print any page with a simple click!", "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting" ], "action": { "default_title": "Print Screen Button", "default_icon": { "16": "source\/icons\/16.png", "32": "source\/icons\/32.png", "48": "source\/icons\/48.png", "64": "source\/icons\/64.png" } }, "icons": { "16": "source\/icons\/16.png", "32": "source\/icons\/32.png", "48": "source\/icons\/48.png", "64": "source\/icons\/64.png", "128": "source\/icons\/128.png" } } |