clarifAI Image Tagger

This extension displays keywords for any given image.

What is clarifAI Image Tagger?

clarifAI Image Tagger is a Chrome extension developed by simsketch, and its main feature is "This extension displays keywords for any given image.".

Extension Screenshots

screenshot

Download clarifAI Image Tagger Extension CRX File

Download clarifAI Image Tagger 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

                        When viewing an image in your browser, you can use this plugin to grab relevant keywords for the image, using the Clarifai Image Recognition API.                    

Extension Basic Information

Name clarifAI Image Tagger clarifAI Image Tagger
ID phpefniogniobnhmlnpmfpbafkdkjlag
Official URL https://chromewebstore.google.com/detail/clarifai-image-tagger/phpefniogniobnhmlnpmfpbafkdkjlag
Description This extension displays keywords for any given image.
File Size 63.1 KB
Installation Count 27
Current Version 1.0
Last Updated 2017-03-10
Publish Date 2017-03-09
Rating 1.00/5 Total 1 Ratings
Developer simsketch
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "clarifAI Image Tagger",
    "description": "This extension displays keywords for any given image.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "jquery.js",
            "clarifai.js"
        ]
    }
}