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
官方網址 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
電子郵箱 [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
}