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.

Wat is Awesome View Source Button?

Awesome View Source Button is een Chrome-extensie ontwikkeld door https://upway2late.com, en de belangrijkste functie is "Awesome button to view the source in a new window or tab. If the source is already open, that tab is selected.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Awesome View Source Button

Download Awesome View Source Button-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Awesome View Source Button Awesome View Source Button
ID hofjicknmidhbhmflllmmdaihmmggphg
Officiële URL https://chromewebstore.google.com/detail/awesome-view-source-butto/hofjicknmidhbhmflllmmdaihmmggphg
Beschrijving Awesome button to view the source in a new window or tab. If the source is already open, that tab is selected.
Bestandsgrootte 34.1 KB
Aantal Installaties 960
Huidige Versie 1.2.0.0
Laatst Bijgewerkt 2016-09-22
Publicatiedatum 2016-09-22
Beoordeling 3.38/5 Totaal 13 Beoordelingen
Ontwikkelaar https://upway2late.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.upway2late.com/projects/buttons-project
Help Pagina-URL http://www.upway2late.com/projects/buttons-project
URL van de Privacybeleid Pagina http://www.upway2late.com
Ondersteunde Talen 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
}