Curation Organizer

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

Qu'est-ce que Curation Organizer ?

Curation Organizer est une extension Chrome développée par IntroWizard LLC, et sa fonction principale est "Flag articles, videos, and webpages you've curated before in one-click.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Curation Organizer

Téléchargez les fichiers d'extension Curation Organizer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Curation Organizer Curation Organizer
ID agjkojlnihookgldjldokokoomeffbka
URL Officiel https://chromewebstore.google.com/detail/curation-organizer/agjkojlnihookgldjldokokoomeffbka
Description Flag articles, videos, and webpages you've curated before in one-click.
Taille du Fichier 65.81 KB
Nombre d'Installations 123
Version Actuelle 1.1
Dernière Mise à Jour 2013-08-24
Date de Publication 2013-08-23
Développeur IntroWizard LLC
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.blocksenderapp.com
URL de la Page de Politique de Confidentialité http://www.overlayblock.com/privacy
Langues Prises en Charge 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
}