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
公式URL 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"
}