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
官方網址 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": [
                ""
            ]
        }
    ]
}