Startup Sound for Chromebook™

Play startup sound on Chromebooks and other ChromeOS devices!

Cos'è Startup Sound for Chromebook™?

Startup Sound for Chromebook™ è un'estensione di Chrome sviluppata da BrowserNative, e la sua funzione principale è "Play startup sound on Chromebooks and other ChromeOS devices!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Startup Sound for Chromebook™

Scarica i file di estensione Startup Sound for Chromebook™ 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

                        Play the startup sound of Windows, Ubuntu, or macOS every time you boot your Chromebook (or any other ChromeOS device). 

Doesn't work on Windows, Mac or Linux.

Any feedback or suggestion? Visit home page: https://browsernative.com/chrome-startup-sound/                    

Informazioni di Base sull'Estensione

Nome Startup Sound for Chromebook™ Startup Sound for Chromebook™
ID fdbccimagkgnaafahaaeknnkindiiopl
URL Ufficiale https://chromewebstore.google.com/detail/startup-sound-for-chromeb/fdbccimagkgnaafahaaeknnkindiiopl
Descrizione Play startup sound on Chromebooks and other ChromeOS devices!
Dimensione del File 844 KB
Conteggio Installazioni 1,930
Versione Corrente 0.0.12
Ultimo Aggiornamento 2020-09-15
Data di Pubblicazione 2019-11-13
Valutazione 4.37/5 Totale 104 Valutazioni
Sviluppatore BrowserNative
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://browsernative.com/chromebook-startup-sound/
URL della Pagina di Aiuto https://browsernative.com/chromebook-startup-sound/
URL della Pagina della Politica sulla Privacy https://browsernative.com/extensions-privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Startup Sound for Chromebook\u2122",
    "description": "Play startup sound on Chromebooks and other ChromeOS devices!",
    "permissions": [
        "storage"
    ],
    "offline_enabled": true,
    "version": "0.0.12",
    "homepage_url": "https:\/\/browsernative.com\/chromebook-startup-sound\/",
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "static\/128.png"
    },
    "browser_action": {
        "default_icon": "static\/128.png",
        "default_title": "Startup Sound for Chrome OS"
    }
}