Startup Sound for Chromebook™

Play startup sound on Chromebooks and other ChromeOS devices!

Qu'est-ce que Startup Sound for Chromebook™ ?

Startup Sound for Chromebook™ est une extension Chrome développée par BrowserNative, et sa fonction principale est "Play startup sound on Chromebooks and other ChromeOS devices!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Startup Sound for Chromebook™

Téléchargez les fichiers d'extension Startup Sound for Chromebook™ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom Startup Sound for Chromebook™ Startup Sound for Chromebook™
ID fdbccimagkgnaafahaaeknnkindiiopl
URL Officiel https://chromewebstore.google.com/detail/startup-sound-for-chromeb/fdbccimagkgnaafahaaeknnkindiiopl
Description Play startup sound on Chromebooks and other ChromeOS devices!
Taille du Fichier 844 KB
Nombre d'Installations 1,930
Version Actuelle 0.0.12
Dernière Mise à Jour 2020-09-15
Date de Publication 2019-11-13
Évaluation 4.37/5 Total 104 Évaluations
Développeur BrowserNative
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://browsernative.com/chromebook-startup-sound/
URL de la Page d'Aide https://browsernative.com/chromebook-startup-sound/
URL de la Page de Politique de Confidentialité https://browsernative.com/extensions-privacy-policy
Langues Prises en Charge 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"
    }
}