Duck Tales

Enjoy duck's cute quack

What is Duck Tales?

Duck Tales is a Chrome extension developed by Unknown, and its main feature is "Enjoy duck's cute quack".

Extension Screenshots

screenshot

Download Duck Tales Extension CRX File

Download Duck Tales 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

                        Enjoy duck's cute quack when you open a new tab in Chrome. 

This extension is open source (source code is available under ISC license): https://github.com/amberj/duck-tales

Credits:
1. The cute 'Tortoick'
2. 'Milky - Digital Innovation' (from the Noun Project).                    

Extension Basic Information

Name Duck Tales Duck Tales
ID bbpeiconeaakdanoebcgohbaomfbljal
Official URL https://chromewebstore.google.com/detail/duck-tales/bbpeiconeaakdanoebcgohbaomfbljal
Description Enjoy duck's cute quack
File Size 63.53 KB
Installation Count 107
Current Version 0.6
Last Updated 2015-06-15
Publish Date 2015-06-15
Rating 4.85/5 Total 20 Ratings
Developer Unknown
Payment Type free
Extension Website http://amberja.in/
Help Page URL http://amberja.in/contact.html
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Duck Tales",
    "short_name": "Duck's cute quack",
    "description": "Enjoy duck's cute quack",
    "version": "0.6",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "128": "icon\/duck.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2
}