Curation Organizer

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

O que é Curation Organizer?

Curation Organizer é uma extensão do Chrome desenvolvida por IntroWizard LLC, e sua principal característica é "Flag articles, videos, and webpages you've curated before in one-click.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Curation Organizer

Baixe arquivos de extensão Curation Organizer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Curation Organizer Curation Organizer
ID agjkojlnihookgldjldokokoomeffbka
URL Oficial https://chromewebstore.google.com/detail/curation-organizer/agjkojlnihookgldjldokokoomeffbka
Descrição Flag articles, videos, and webpages you've curated before in one-click.
Tamanho do Arquivo 65.81 KB
Contagem de Instalações 123
Versão Atual 1.1
Última Atualização 2013-08-24
Data de Publicação 2013-08-23
Desenvolvedor IntroWizard LLC
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.blocksenderapp.com
URL da Página de Política de Privacidade http://www.overlayblock.com/privacy
Idiomas Suportados 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
}