Curation Organizer

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

Curation Organizerとは何ですか?

Curation OrganizerはIntroWizard LLCによって開発されたChromeの拡張機能で、その主な機能は「Flag articles, videos, and webpages you've curated before in one-click.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Curation Organizer拡張機能のCRXファイルをダウンロード

Curation Organizer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 Curation Organizer Curation Organizer
ID agjkojlnihookgldjldokokoomeffbka
公式URL https://chromewebstore.google.com/detail/curation-organizer/agjkojlnihookgldjldokokoomeffbka
説明 Flag articles, videos, and webpages you've curated before in one-click.
ファイルサイズ 65.81 KB
インストール数 123
現在のバージョン 1.1
最終更新日 2013-08-24
公開日 2013-08-23
開発者 IntroWizard LLC
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.blocksenderapp.com
プライバシーポリシーページのURL http://www.overlayblock.com/privacy
対応言語 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
}