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": [
                ""
            ]
        }
    ]
}