Print this page
Adds a print button to the browser.
Τι είναι το Print this page;
Το Print this page είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.translation-services-usa.com, και η κύρια λειτουργία του είναι "Adds a print button to the browser.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Print this page
Λήψη αρχείων επέκτασης Print this page σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Simple Chrome extension to print your Bad Translations and refer to them later with your friends and co-workers. Developed for printing funny translations from: http://www.funnytranslator.com/
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | lcgafbckfbhpbmhlpncamfphlpdemleo |
Επίσημο URL | https://chromewebstore.google.com/detail/print-this-page/lcgafbckfbhpbmhlpncamfphlpdemleo |
Περιγραφή | Adds a print button to the browser. |
Μέγεθος Αρχείου | 4.08 KB |
Αριθμός Εγκαταστάσεων | 17 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2017-08-26 |
Ημερομηνία Δημοσίευσης | 2017-08-25 |
Προγραμματιστής | https://www.translation-services-usa.com |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Print this page", "description": "Adds a print button to the browser.", "version": "1.1", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Print this page", "default_icon": "print_16x16.png" }, "manifest_version": 2 } |