Inline Pinterest

Adds an inline Pinterest Pin button to all images viewed in Chrome

What is Inline Pinterest?

Inline Pinterest is a Chrome extension developed by adityajung, and its main feature is "Adds an inline Pinterest Pin button to all images viewed in Chrome".

Extension Screenshots

screenshot
screenshot

Download Inline Pinterest Extension CRX File

Download Inline Pinterest 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

                                            

Extension Basic Information

Name Inline Pinterest Inline Pinterest
ID lilpkdpnfinkopkfiheaacgmlggjcicn
Official URL https://chromewebstore.google.com/detail/inline-pinterest/lilpkdpnfinkopkfiheaacgmlggjcicn
Description Adds an inline Pinterest Pin button to all images viewed in Chrome
File Size 3.53 KB
Installation Count 233
Current Version 1.0
Last Updated 2014-01-25
Publish Date 2014-01-25
Rating 3.40/5 Total 5 Ratings
Developer adityajung
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Inline Pinterest",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Adds an inline Pinterest Pin button to all images viewed in Chrome",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "pinterestinline.js"
            ]
        }
    ]
}