Print Screen Button
You can quickly print any page with a simple click!
Hvad er Print Screen Button?
Print Screen Button er en Chrome-udvidelse udviklet af alidacalliope, og dens hovedfunktion er "You can quickly print any page with a simple click!".
Udvidelsesskærmbilleder
Download Print Screen Button-udvidelses-CRX-fil
Download Print Screen Button-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | iejilhjpldhcgiecimenaeagfboaemkg |
Officiel URL | https://chrome.google.com/webstore/detail/print-screen-button/iejilhjpldhcgiecimenaeagfboaemkg |
Beskrivelse | You can quickly print any page with a simple click! |
Filstørrelse | 55.31 KB |
Antal Installationer | 39 |
Nuværende Version | 0.1 |
Senest Opdateret | 2022-06-26 |
Udgivelsesdato | 2022-06-26 |
Bedømmelse | 4.80/5 Samlet 10 Bedømmelser |
Udvikler | alidacalliope |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://worldaddons.com/print-screen-button/ |
Hjælpeside-URL | https://worldaddons.com/contact/ |
URL til Fortrolighedspolitik Side | https://worldaddons.com/privacy-policy |
Understøttede Sprog | 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" } } |