Save Inspect Element

Display changes made using inspect element even after refreshing the page!

Cos'è Save Inspect Element?

Save Inspect Element è un'estensione di Chrome sviluppata da Bucky, e la sua funzione principale è "Display changes made using inspect element even after refreshing the page!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Save Inspect Element

Scarica i file di estensione Save Inspect Element 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

                        Save all changes done through inspect element and see it after refreshing your page!

This extension has been tested on the following operating systems:

✅ MacOS | 10.13
✅ Windows 10 | 21H2
✅ Ubuntu | 20.04                    

Informazioni di Base sull'Estensione

Nome Save Inspect Element Save Inspect Element
ID ghpfknnfhakcngbpejoakfcndhmhffkj
URL Ufficiale https://chrome.google.com/webstore/detail/save-inspect-element/ghpfknnfhakcngbpejoakfcndhmhffkj
Descrizione Display changes made using inspect element even after refreshing the page!
Dimensione del File 90.44 KB
Conteggio Installazioni 1,891
Versione Corrente 0.0.1
Ultimo Aggiornamento 2021-08-09
Data di Pubblicazione 2021-08-09
Valutazione 2.10/5 Totale 10 Valutazioni
Sviluppatore Bucky
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://mycodding.com/privacy-policy.html
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save Inspect Element",
    "version": "0.0.1",
    "description": "Display changes made using inspect element even after refreshing the page!",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.3.1.js",
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}