Print this frame

You can print only the selected frame in frameset HTML page.

Τι είναι το Print this frame;

Το Print this frame είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον リュウド株式会社, και η κύρια λειτουργία του είναι "You can print only the selected frame in frameset HTML page.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Print this frame

Λήψη αρχείων επέκτασης Print this frame σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        You will see the [Print this frame...] on the context menu by right-clickking in the frame of the page that uses .
By selecting the menu item, you can print only the contents of the frame.

This command does not reload the contents of the frame. You can also use this function for the contents received HTTP-POST.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Print this frame Print this frame
ID fhbgbbhbbembdpcfdfaimpefpknkdoaf
Επίσημο URL https://chromewebstore.google.com/detail/print-this-frame/fhbgbbhbbembdpcfdfaimpefpknkdoaf
Περιγραφή You can print only the selected frame in frameset HTML page.
Μέγεθος Αρχείου 16.51 KB
Αριθμός Εγκαταστάσεων 29,337
Τρέχουσα Έκδοση 0.3.1
Τελευταία Ενημέρωση 2022-10-12
Ημερομηνία Δημοσίευσης 2019-07-04
Αξιολόγηση 4.27/5 Συνολικά 11 Αξιολογήσεις
Προγραμματιστής リュウド株式会社
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "0.3.1",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "scripting"
    ]
}