Curation Organizer

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

Co je Curation Organizer?

Curation Organizer je rozšíření Chrome vyvinuté IntroWizard LLC, a jeho hlavní funkcí je „Flag articles, videos, and webpages you've curated before in one-click.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Curation Organizer

Stáhněte si soubory rozšíření Curation Organizer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Curation Organizer Curation Organizer
ID agjkojlnihookgldjldokokoomeffbka
Oficiální URL https://chromewebstore.google.com/detail/curation-organizer/agjkojlnihookgldjldokokoomeffbka
Popis Flag articles, videos, and webpages you've curated before in one-click.
Velikost souboru 65.81 KB
Počet instalací 123
Aktuální Verze 1.1
Poslední Aktualizace 2013-08-24
Datum Vydání 2013-08-23
Vývojář IntroWizard LLC
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://www.blocksenderapp.com
URL Stránky Zásad Ochrany Soukromí http://www.overlayblock.com/privacy
Podporované Jazyky 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
}