FlickrPicMonkey

Adds an "Edit in PicMonkey link to the Action menu"

What is FlickrPicMonkey?

FlickrPicMonkey is a Chrome extension developed by visp, and its main feature is "Adds an "Edit in PicMonkey link to the Action menu"".

Extension Screenshots

screenshot

Download FlickrPicMonkey Extension CRX File

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

                        FlickrPicMonkey adds a "Edit photo in PicMonkey" item to the "Actions" menu on your own Flickr photopages.                    

Extension Basic Information

Name FlickrPicMonkey FlickrPicMonkey
ID ghndenjnakialbecpflcknnhipancekk
Official URL https://chromewebstore.google.com/detail/flickrpicmonkey/ghndenjnakialbecpflcknnhipancekk
Description Adds an "Edit in PicMonkey link to the Action menu"
File Size 52.88 KB
Installation Count 1,011
Current Version 3.0
Last Updated 2013-10-07
Publish Date 2013-10-07
Rating 3.63/5 Total 8 Ratings
Developer visp
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "exclude_globs": [],
            "exclude_matches": [],
            "include_globs": [
                "http:\/\/www.flickr.com\/photos\/*"
            ],
            "js": [
                "78952.user.js",
                "script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "converted_from_user_script": true,
    "description": "Adds an \"Edit in PicMonkey link to the Action menu\"",
    "name": "FlickrPicMonkey",
    "manifest_version": 2,
    "version": "3.0"
}