Make a Screenshot

It's a tool where you can take screenshot any webpage anytime from your browser.

Cos'è Make a Screenshot?

Make a Screenshot è un'estensione di Chrome sviluppata da Brick Digital, e la sua funzione principale è "It's a tool where you can take screenshot any webpage anytime from your browser.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Make a Screenshot

Scarica i file di estensione Make a Screenshot in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Make a Screenshot gives you an easy way so that you can take a screenshot of any size webpage anytime from your browser and gives you an easy way to change your Chrome Browser new tab default to look attractive and pleasing to the eye. 

This is a free add-on for Chrome Browser where the primary target is to take a screenshot of any size webpage anytime from your browser quickly and easily. Also, set a background from our selective Screenshot images gallery powered by Unsplash in your Chrome Browser default new tab. We are actually changing your Chrome browser default new tab page.

There is also a Digital Clock in new tabs where you can check your current location time in 12 hours/ 24-hour format according to your preference.

Also as an added feature,
1) Capture entire page
2) Capture page snippet
3) Screenshot history
4) Download, Clear, Clear All screenshot
5) Search your desired information, images, video, and more through Yahoo search.

There is also a Digital Clock in new tabs where you can check your current location time in 12 hour/ 24-hour format according to your preference.

The Extension requires the following permissions:

Active Tab: The extension requires this permission to get temporary access to the currently active tab when the user clicks its browser action.

Tabs: The extension requires this permission in order to get tab information, to capture the visible tab & send the message.

By clicking "Add to Chrome", I accept and agree to install "Make a Screenshot" Chrome extension and setting Chrome™ New Tab to that provided by the service and the Privacy (bensendigital.com/privacy-policy/) and Terms of Use (bensendigital.com/terms-and-conditions/).                    

Informazioni di Base sull'Estensione

Nome Make a Screenshot Make a Screenshot
ID ibepdeoagimhgpefjjocadackepghkli
URL Ufficiale https://chromewebstore.google.com/detail/make-a-screenshot/ibepdeoagimhgpefjjocadackepghkli
Descrizione It's a tool where you can take screenshot any webpage anytime from your browser.
Dimensione del File 108 KB
Conteggio Installazioni 330
Versione Corrente 1.3
Ultimo Aggiornamento 2021-02-02
Data di Pubblicazione 2020-05-16
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore Brick Digital
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.brickdigitalmedia.com/privacy-policy
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Make a Screenshot",
    "description": "It's a tool where you can take screenshot any webpage anytime from your browser.",
    "homepage_url": "https:\/\/www.makeascreenshot.com\/",
    "version": "1.3",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "https:\/\/www.bensendigital.com\/makeascreenshot\/*",
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content-script.js"
            ]
        }
    ],
    "chrome_url_overrides": {
        "newtab": "landing.html"
    },
    "web_accessible_resources": [
        "images\/*.*"
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/bd-16.png",
            "32": "images\/bd-32.png",
            "48": "images\/bd-48.png",
            "128": "images\/bd-128.png"
        }
    },
    "icons": {
        "16": "images\/bd-16.png",
        "32": "images\/bd-32.png",
        "48": "images\/bd-48.png",
        "128": "images\/bd-128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/www.bensendigital.com\/makeascreenshot\/custom.js https:\/\/www.bensendigital.com\/makeascreenshot\/background.js https:\/\/www.bensendigital.com\/makeascreenshot\/popup.js https:\/\/ssl.google-analytics.com; object-src 'self';style-src 'self' 'unsafe-inline' *;media-src *;"
}