FlickrPicMonkey

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

什麼是FlickrPicMonkey?

FlickrPicMonkey是由visp開發的Chrome擴展程式,該擴展的主要功能是“Adds an "Edit in PicMonkey link to the Action menu"”。

擴展截圖

screenshot

下載FlickrPicMonkey擴展crx文件

下載FlickrPicMonkey擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 FlickrPicMonkey FlickrPicMonkey
ID ghndenjnakialbecpflcknnhipancekk
官方網址 https://chromewebstore.google.com/detail/flickrpicmonkey/ghndenjnakialbecpflcknnhipancekk
簡介 Adds an "Edit in PicMonkey link to the Action menu"
檔案大小 52.88 KB
安裝次數 1,011
目前版本 3.0
更新時間 2013-10-07
上架時間 2013-10-07
評分 3.63/5 共 8 次評分
開發者 visp
付費類型 free
支援的語言 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"
}