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.

Vad är Awesome View Source Button?

Awesome View Source Button är en Chrome-tillägg utvecklad av https://upway2late.com, och dess huvudfunktion är "Awesome button to view the source in a new window or tab. If the source is already open, that tab is selected.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Awesome View Source Button-förlängningens CRX-fil

Ladda ner Awesome View Source Button-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Awesome View Source Button Awesome View Source Button
ID hofjicknmidhbhmflllmmdaihmmggphg
Officiell webbadress https://chromewebstore.google.com/detail/awesome-view-source-butto/hofjicknmidhbhmflllmmdaihmmggphg
Beskrivning Awesome button to view the source in a new window or tab. If the source is already open, that tab is selected.
Filstorlek 34.1 KB
Antal Installationer 960
Aktuell Version 1.2.0.0
Senast Uppdaterad 2016-09-22
Publiceringsdatum 2016-09-22
Betyg 3.38/5 Totalt 13 Betyg
Utvecklare https://upway2late.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.upway2late.com/projects/buttons-project
Hjälpsida URL http://www.upway2late.com/projects/buttons-project
URL till Sekretesspolicy Sidan http://www.upway2late.com
Stödda Språk 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
}