Curation Organizer

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

Co to jest Curation Organizer?

Curation Organizer to rozszerzenie Chrome opracowane przez IntroWizard LLC, a jego główną funkcją jest „Flag articles, videos, and webpages you've curated before in one-click.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Curation Organizer

Pobierz pliki rozszerzeń Curation Organizer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Curation Organizer Curation Organizer
ID agjkojlnihookgldjldokokoomeffbka
Oficjalny URL https://chromewebstore.google.com/detail/curation-organizer/agjkojlnihookgldjldokokoomeffbka
Opis Flag articles, videos, and webpages you've curated before in one-click.
Rozmiar pliku 65.81 KB
Liczba instalacji 123
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2013-08-24
Data Publikacji 2013-08-23
Deweloper IntroWizard LLC
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.blocksenderapp.com
Adres URL Strony Polityki Prywatności http://www.overlayblock.com/privacy
Obsługiwane Języki 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
}