Curation Organizer
Flag articles, videos, and webpages you've curated before in one-click.
What is Curation Organizer?
Curation Organizer is a Chrome extension developed by IntroWizard LLC, and its main feature is "Flag articles, videos, and webpages you've curated before in one-click.".
Extension Screenshots
Download Curation Organizer Extension CRX File
Download Curation Organizer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Curation Organizer |
ID | agjkojlnihookgldjldokokoomeffbka |
Official URL | https://chromewebstore.google.com/detail/curation-organizer/agjkojlnihookgldjldokokoomeffbka |
Description | Flag articles, videos, and webpages you've curated before in one-click. |
File Size | 65.81 KB |
Installation Count | 123 |
Current Version | 1.1 |
Last Updated | 2013-08-24 |
Publish Date | 2013-08-23 |
Developer | IntroWizard LLC |
[email protected] | |
Payment Type | free |
Extension Website | http://www.blocksenderapp.com |
Privacy Policy Page URL | http://www.overlayblock.com/privacy |
Supported Languages | 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 } |