Tinkernut

Hack some fun into your weekend!

What is Tinkernut?

Tinkernut is a Chrome extension developed by https://www.tinkernut.com, and its main feature is "Hack some fun into your weekend!".

Extension Screenshots

screenshot

Download Tinkernut Extension CRX File

Download Tinkernut 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

                        Chrome extension for Tinkernut tutorial videos.                    

Extension Basic Information

Name Tinkernut Tinkernut
ID kbkmeenoknaeedeolfkkckndbpgffpkp
Official URL https://chromewebstore.google.com/detail/tinkernut/kbkmeenoknaeedeolfkkckndbpgffpkp
Description Hack some fun into your weekend!
File Size 48.27 KB
Installation Count 51
Current Version 0.1
Last Updated 2013-05-31
Publish Date 2013-05-31
Rating 4.60/5 Total 5 Ratings
Developer https://www.tinkernut.com
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tinkernut",
    "version": "0.1",
    "manifest_version": 2,
    "description": "Hack some fun into your weekend!",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Search and View Tinkernut Tutorials!",
        "default_popup": "extension.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'",
    "icons": {
        "128": "icon.png"
    }
}