ExpressCurate

ExpressCurate is a content curation tool for creating high quality content.

什么是ExpressCurate?

ExpressCurate是由https://expresscurate.com开发的Chrome扩展程序,该扩展的主要功能是“ExpressCurate is a content curation tool for creating high quality content.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载ExpressCurate扩展crx文件

下载ExpressCurate扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        It enables you to create WordPress posts directly from your Chrome browser within minutes by helping you to:

* Discover what to write about
* Create your curated post
* SEO Enhance your post
* Save and publish your post

ExpressCurate features highlights:

* Content discovery *
ExpressCurate will analyze web pages as you browse through them and suggest articles to curate -- based on your predefined keywords (you can define them within ExpressCurate).

* Curate-as-you-read *
You can also curate as you come across an interesting article by clicking on the ExpressCurate button in Chrome toolbar.

* Curation template and tools *
ExpressCurate provides a pop up window with predefined fields and tools for you to select a quote from the original article, add a headline, add your annotation, select images, and more.

* SEO Optimization *
In the same pop-up window, ExpressCurate enables you to add the essential SEO attributes, such as meta keywords, descriptions, pick categories, and more.

* Publishing *
Once done with working in the curation window, click on "Curate Now" and ExpressCurate will generate a post draft in your WordPress blog.

Start using in 3 easy steps:
1. Install free ExpressCurate WordPress plugin
2. Install ExpressCurate Chrome extension
3. Restart your Chrome browser and start curating 

That's it!  Enjoy curating and creating high quality content faster than ever before.  Curate content as you come across interesting articles. Your audience will most likely love to hear your perspective. Engage your audience, attract more traffic, and improve conversions with frequent high quality posts.

Please feel free to drop us a note at support at expresscurate dot com should you have any issues, suggestions, or ideas. We would love to hear from you!                    

扩展基本信息

名称 ExpressCurate ExpressCurate
ID nldipdepdfjilejlpeeknodkpiajhfkf
官方URL https://chromewebstore.google.com/detail/expresscurate/nldipdepdfjilejlpeeknodkpiajhfkf
简介 ExpressCurate is a content curation tool for creating high quality content.
文件大小 1.28 MB
安装次数 2,099
当前版本 2.6.7
更新时间 2015-06-08
上架时间 2015-06-08
评分 3.26/5 共19次评分
开发者 https://expresscurate.com
付费类型 free
扩展官网 http://www.expresscurate.com/p/products
帮助页面URL http://news.expresscurate.com/faq/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ExpressCurate",
    "short_name": "ExpressCurate",
    "version": "2.6.7",
    "manifest_version": 2,
    "minimum_chrome_version": "5.0",
    "author": "ExpressCurate",
    "description": "ExpressCurate is a content curation tool for creating high quality content.",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19x19.png",
            "38": "icons\/128x128.png"
        },
        "default_title": "Curate! this"
    },
    "permissions": [
        "unlimitedStorage",
        "notifications",
        "http:\/\/*\/",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "",
        "tabs",
        "contextMenus",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "options_page": "options\/options.html",
    "background": {
        "scripts": [
            "lib\/jquery-1.10.2.min.js",
            "scripts\/Storage.js",
            "scripts\/ExpressCurateAPI.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "lib\/jquery-1.10.2.min.js",
                "lib\/jquery-ui.min.js",
                "lib\/jquery-ui-timepicker-addon.js",
                "scripts\/WebsiteData.js",
                "scripts\/Helper.js",
                "scripts\/Bridge.js",
                "scripts\/Popup.js",
                "scripts\/ImageViewer.js",
                "scripts\/Storage.js",
                "scripts\/MatchFound.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "app\/index.htm",
        "app\/images\/close.png",
        "app\/images\/googledocstest.png",
        "images\/right.png"
    ]
}