Startup Sound for Chromebook™

Play startup sound on Chromebooks and other ChromeOS devices!

Wat is Startup Sound for Chromebook™?

Startup Sound for Chromebook™ is een Chrome-extensie ontwikkeld door BrowserNative, en de belangrijkste functie is "Play startup sound on Chromebooks and other ChromeOS devices!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Startup Sound for Chromebook™

Download Startup Sound for Chromebook™-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

                        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/                    

Basisinformatie over de Extensie

Naam Startup Sound for Chromebook™ Startup Sound for Chromebook™
ID fdbccimagkgnaafahaaeknnkindiiopl
Officiële URL https://chromewebstore.google.com/detail/startup-sound-for-chromeb/fdbccimagkgnaafahaaeknnkindiiopl
Beschrijving Play startup sound on Chromebooks and other ChromeOS devices!
Bestandsgrootte 844 KB
Aantal Installaties 1,930
Huidige Versie 0.0.12
Laatst Bijgewerkt 2020-09-15
Publicatiedatum 2019-11-13
Beoordeling 4.37/5 Totaal 104 Beoordelingen
Ontwikkelaar BrowserNative
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://browsernative.com/chromebook-startup-sound/
Help Pagina-URL https://browsernative.com/chromebook-startup-sound/
URL van de Privacybeleid Pagina https://browsernative.com/extensions-privacy-policy
Ondersteunde Talen 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"
    }
}