Fresc - Website screenshots sharing extension

Fresc, the Chrome extension

Fresc - Website screenshots sharing extensionとは何ですか?

Fresc - Website screenshots sharing extensionはFresc dev core teamによって開発されたChromeの拡張機能で、その主な機能は「Fresc, the Chrome extension」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Fresc - Website screenshots sharing extension拡張機能のCRXファイルをダウンロード

Fresc - Website screenshots sharing extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        You are working with Adobe softwares such as Photoshop, InDesign or Illustrator ? 
You would like to focus on creations more than making redundant useless actions such as exporting your stuff, attaching big files to emails? 

We know it and we just brought you the most amazing features for Fresc. 

As a smart images and feedback sharing service for professionals, Fresc is a great leap forward in design and images creation project management. In a unique, intuitive and secure place, share images, give and get feedback in real time. Freelancers, marketing teams or major communication agencies, Fresc is the next generation tool for any organization producing graphic content.

With this powerful extension, you can now export and send your creations from Adobe photoshop, InDesign and Illustrator to an existing or new project ... In a couple of clicks, without leaving your favorite creation tool just by using Fresc Adobe creative suite plugin.                    

拡張機能の基本情報

名前 Fresc - Website screenshots sharing extension Fresc - Website screenshots sharing extension
ID pciimepggbbcaockfjpoblhjdncaefln
公式URL https://chromewebstore.google.com/detail/fresc-website-screenshots/pciimepggbbcaockfjpoblhjdncaefln
説明 Fresc, the Chrome extension
ファイルサイズ 52.93 KB
インストール数 93
現在のバージョン 0.11.4
最終更新日 2012-10-15
公開日 2012-10-15
評価 4.43/5 合計 7 レビュー
開発者 Fresc dev core team
支払い方法 free
拡張機能のウェブサイト http://fre.sc/extra
ヘルプページのURL http://fre.sc/faq
対応言語 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fresc - Website screenshots sharing extension",
    "version": "0.11.4",
    "manifest_version": 2,
    "description": "Fresc, the Chrome extension",
    "icons": {
        "30": "images\/fresc-logo.png"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "options_page": "fresc.options.html",
    "browser_action": {
        "default_icon": "images\/fresc-logo.png",
        "default_title": "Fresc",
        "default_popup": "fresc.popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "javascripts\/background\/fresc.bg.webshot.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}