Talking Spinner

Why should spinners always remain mute?

What is Talking Spinner?

Talking Spinner is a Chrome extension developed by ludovic.loridan, and its main feature is "Why should spinners always remain mute?".

Extension Screenshots

screenshot

Download Talking Spinner Extension CRX File

Download Talking Spinner extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Talking Spinner is an extension that gives your loading spinners a voice.
Thanks to this extension, you won't be alone anymore while browsing the Web !

(Sorry guys, it's a beta version, spinners can only say "Tsiouhiiiouhiiiouh". Maybe I will implement a more expressive language later.)                    

Extension Basic Information

Name Talking Spinner Talking Spinner
ID idlilnomckhdekjjcpkjkplgjapbmjpj
Official URL https://chrome.google.com/webstore/detail/talking-spinner/idlilnomckhdekjjcpkjkplgjapbmjpj
Description Why should spinners always remain mute?
File Size 914 KB
Installation Count 21
Current Version 1.0
Last Updated 2012-12-07
Publish Date 2012-12-07
Rating 3.00/5 Total 2 Ratings
Developer ludovic.loridan
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Talking Spinner",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Why should spinners always remain mute?",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "",
        "tabs"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "minimum_chrome_version": "6.0"
}