Awesome View Source Button

Awesome button to view the source in a new window or tab. If the source is already open, that tab is selected.

Cos'è Awesome View Source Button?

Awesome View Source Button è un'estensione di Chrome sviluppata da https://upway2late.com, e la sua funzione principale è "Awesome button to view the source in a new window or tab. If the source is already open, that tab is selected.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Awesome View Source Button

Scarica i file di estensione Awesome View Source Button 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

                        Awesome button to view the source in a new window or tab. If the source is already open, that tab is selected.                    

Informazioni di Base sull'Estensione

Nome Awesome View Source Button Awesome View Source Button
ID hofjicknmidhbhmflllmmdaihmmggphg
URL Ufficiale https://chromewebstore.google.com/detail/awesome-view-source-butto/hofjicknmidhbhmflllmmdaihmmggphg
Descrizione Awesome button to view the source in a new window or tab. If the source is already open, that tab is selected.
Dimensione del File 34.1 KB
Conteggio Installazioni 960
Versione Corrente 1.2.0.0
Ultimo Aggiornamento 2016-09-22
Data di Pubblicazione 2016-09-22
Valutazione 3.38/5 Totale 13 Valutazioni
Sviluppatore https://upway2late.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.upway2late.com/projects/buttons-project
URL della Pagina di Aiuto http://www.upway2late.com/projects/buttons-project
URL della Pagina della Politica sulla Privacy http://www.upway2late.com
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Awesome View Source Button",
    "version": "1.2.0.0",
    "description": "Awesome button to view the source in a new window or tab. If the source is already open, that tab is selected.",
    "icons": {
        "16": "viewSource_16.png",
        "48": "viewSource_48.png",
        "128": "viewSource_128.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "viewSource_19.png",
        "default_title": "Awesome View Source Button"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}