Print this frame

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

Qu'est-ce que Print this frame ?

Print this frame est une extension Chrome développée par リュウド株式会社, et sa fonction principale est "You can print only the selected frame in frameset HTML page.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Print this frame

Téléchargez les fichiers d'extension Print this frame au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Print this frame Print this frame
ID fhbgbbhbbembdpcfdfaimpefpknkdoaf
URL Officiel https://chromewebstore.google.com/detail/print-this-frame/fhbgbbhbbembdpcfdfaimpefpknkdoaf
Description You can print only the selected frame in frameset HTML page.
Taille du Fichier 16.51 KB
Nombre d'Installations 29,337
Version Actuelle 0.3.1
Dernière Mise à Jour 2022-10-12
Date de Publication 2019-07-04
Évaluation 4.27/5 Total 11 Évaluations
Développeur リュウド株式会社
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}