Curation Organizer

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

Wat is Curation Organizer?

Curation Organizer is een Chrome-extensie ontwikkeld door IntroWizard LLC, en de belangrijkste functie is "Flag articles, videos, and webpages you've curated before in one-click.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Curation Organizer

Download Curation Organizer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Curation Organizer Curation Organizer
ID agjkojlnihookgldjldokokoomeffbka
Officiële URL https://chromewebstore.google.com/detail/curation-organizer/agjkojlnihookgldjldokokoomeffbka
Beschrijving Flag articles, videos, and webpages you've curated before in one-click.
Bestandsgrootte 65.81 KB
Aantal Installaties 123
Huidige Versie 1.1
Laatst Bijgewerkt 2013-08-24
Publicatiedatum 2013-08-23
Ontwikkelaar IntroWizard LLC
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.blocksenderapp.com
URL van de Privacybeleid Pagina http://www.overlayblock.com/privacy
Ondersteunde Talen 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
}