Full page screenshot in One Click

A screenshot of the full page in one click. Just click one button and the screenshot will be saved on your computer.

Qu'est-ce que Full page screenshot in One Click ?

Full page screenshot in One Click est une extension Chrome développée par Q-CORP, et sa fonction principale est "A screenshot of the full page in one click. Just click one button and the screenshot will be saved on your computer.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Full page screenshot in One Click

Téléchargez les fichiers d'extension Full page screenshot in One Click 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 didn't know how to take a screenshot of the full page of the site? Now it can be done in one click using the Full page screenshot in One Click. Just press one button and a screenshot of the entire page is saved as a png image to your computer.

How to use:
1. Find the extension icon on the toolbar. Make it always visible with the "Pin" button.
2. Open any page
3. Click the button on the toolbar
4. Choose where to save the file

 Advantages:
- Quickly
- Easy
- In one click                    

Informations de Base sur l'Extension

Nom Full page screenshot in One Click Full page screenshot in One Click
ID bncmkhiglmljkfoicddbccfmaieedojn
URL Officiel https://chromewebstore.google.com/detail/full-page-screenshot-in-o/bncmkhiglmljkfoicddbccfmaieedojn
Description A screenshot of the full page in one click. Just click one button and the screenshot will be saved on your computer.
Taille du Fichier 62.53 KB
Nombre d'Installations 15
Version Actuelle 1.0
Dernière Mise à Jour 2023-10-14
Date de Publication 2023-10-14
Évaluation 5.00/5 Total 13 Évaluations
Développeur Q-CORP
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://docs.google.com/document/d/16pXpKcwWYJm5aSA0870lJMCU9BNTWoQqgDvnSkfkXAs/edit?usp=sharing
Langues Prises en Charge en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Full page screenshot in One Click",
    "version": "1.0",
    "default_locale": "en",
    "description": "A screenshot of the full page in one click. Just click one button and the screenshot will be saved on your computer.",
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "html2canvas.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": [],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        }
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}