Print Screen Button
You can quickly print any page with a simple click!
Vad är Print Screen Button?
Print Screen Button är en Chrome-tillägg utvecklad av alidacalliope, och dess huvudfunktion är "You can quickly print any page with a simple click!".
Tilläggsskärmbilder
Ladda ner Print Screen Button-förlängningens CRX-fil
Ladda ner Print Screen Button-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | iejilhjpldhcgiecimenaeagfboaemkg |
Officiell webbadress | https://chrome.google.com/webstore/detail/print-screen-button/iejilhjpldhcgiecimenaeagfboaemkg |
Beskrivning | You can quickly print any page with a simple click! |
Filstorlek | 55.31 KB |
Antal Installationer | 39 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2022-06-26 |
Publiceringsdatum | 2022-06-26 |
Betyg | 4.80/5 Totalt 10 Betyg |
Utvecklare | alidacalliope |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://worldaddons.com/print-screen-button/ |
Hjälpsida URL | https://worldaddons.com/contact/ |
URL till Sekretesspolicy Sidan | https://worldaddons.com/privacy-policy |
Stödda Språk | 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" } } |