Click & Print
Printing an element from a webpage in one click.
Τι είναι το Click & Print;
Το Click & Print είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον nicoula, και η κύρια λειτουργία του είναι "Printing an element from a webpage in one click.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Click & Print
Λήψη αρχείων επέκτασης Click & Print σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
It's a chrome extension used for printing an element from a webpage in one click. To avoid the print preview from chrome, you have to change the shortcut of chrome. Old one: "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" New one: ""C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --kiosk-printing Then, you just have to go to the options page, configure the id(html id of the element) you would like to print and that's it! In the next update, I will include a new feature which doesn't need to be a developer to use it i.e. you will just have to right click on the element you want to print and select "configure for Click & Print". If you would like a new feature or if there is a bug, please let me know in the comment section.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | plgkocaojdkhnjehoddjmblahknnijdj |
Επίσημο URL | https://chrome.google.com/webstore/detail/click-print/plgkocaojdkhnjehoddjmblahknnijdj |
Περιγραφή | Printing an element from a webpage in one click. |
Μέγεθος Αρχείου | 9.11 KB |
Αριθμός Εγκαταστάσεων | 1,000 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2016-05-24 |
Ημερομηνία Δημοσίευσης | 2016-05-24 |
Αξιολόγηση | 3.50/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | nicoula |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Click & Print", "version": "1.1", "description": "Printing an element from a webpage in one click.", "manifest_version": 2, "options_page": "options.html", "icons": { "16": "img\/print_16x16.png", "48": "img\/print_48x48.png", "128": "img\/print_128x128.png" }, "content_scripts": [ { "matches": [ " |