Curation Organizer

Flag articles, videos, and webpages you've curated before in one-click.

什么是Curation Organizer?

Curation Organizer是由IntroWizard LLC开发的Chrome扩展程序,该扩展的主要功能是“Flag articles, videos, and webpages you've curated before in one-click.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Curation Organizer扩展crx文件

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

扩展使用说明

                        Have you ever accidentally shared the same content with your audience twice?

Curation Organizer is a magic button to mark webpages you've curated before in one-click and receive a simple reminder when you come across the same page again. Flag pages you've shared on Facebook and Twitter, mark videos you've watched on Youtube and tag blog posts you've already used for research.

FEATURES:
- Flag webpages in one-click
- Automatic notification when you visit a page you've flagged already
- Organize your curated content by categories
- Undo previous pages you've flagged

KEEP TRACK OF:
- Articles you've posted on your social media profiles already.
- Youtube videos you've seen.
- Quora questions you've used for blog post research.
- Facebook profiles from audiences that interact with you.
- Wordpress blog posts you've read.
- And many more!                    

扩展基本信息

名称 Curation Organizer Curation Organizer
ID agjkojlnihookgldjldokokoomeffbka
官方URL https://chromewebstore.google.com/detail/curation-organizer/agjkojlnihookgldjldokokoomeffbka
简介 Flag articles, videos, and webpages you've curated before in one-click.
文件大小 65.81 KB
安装次数 123
当前版本 1.1
更新时间 2013-08-24
上架时间 2013-08-23
开发者 IntroWizard LLC
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.blocksenderapp.com
隐私政策页面URL http://www.overlayblock.com/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "scripts\/jquery.min.js",
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "Curation Organizer",
        "default_icon": "img\/icon19.png"
    },
    "description": "Flag articles, videos, and webpages you've curated before in one-click.",
    "icons": {
        "128": "img\/icon128.png"
    },
    "name": "Curation Organizer",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.1",
    "manifest_version": 2
}