Deepstash - Stash Ideas

Stash ideas on the topics you care about the most.

What is Deepstash - Stash Ideas?

Deepstash - Stash Ideas is a Chrome extension developed by https://deepstash.com, and its main feature is "Stash ideas on the topics you care about the most.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Deepstash - Stash Ideas Extension CRX File

Download Deepstash - Stash Ideas 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

                        The web clipper for curators

Stash ideas on the topics you care about the most. Deepstash is all about short and meaningful ideas, extracted from books, articles or videos, curated by a community of millions of passionate, smart people like you. Give up the notion of forgotten reading lists and cluttered tabs, welcome short & organized content for everyone.

STASH WHAT MATTERS
The Deepstash extension makes it possible to stash all the ideas that you want to save and share, wherever you might find them: in articles, videos, podcasts and more. You can organize them and share with your fellow stashers and friends. From the toolbar, you can easily save any link to Deepstash and then scribble down some ideas, or highlight fragments and send them instantly to your account.

For each content piece, add as many ideas as you like and customize each one to increase the quality of your thoughts: use titles, add images, turn some into quotes; make them yours.

BE A CURATOR OF GOOD IDEAS
Deepstash is committed to creating a community where smart people like you share ideas that improve lives. Curating the best ideas out there is an act of creation that helps us all be smarter and more knowledgeable. If you've so far been saving your thoughts to Evernote, or OneNote, now you can save them to Deepstash and help others find out new stuff & save time. Stash away!

WHY USE IT
- Stash ideas a lot faster and easier.
- Have an audience and publish your thoughts for you and to inspire others.
- Everything you stash is available on any device, mobile or desktop, through Deepstash
- Deepstash is 100% free (ad-free also) and is used by over one million users.

"Deepstash is to ideas & knowledge what Pinterest is to photos & crafts."

Pro tip: for when you're on the go, you can also try our app. Knowledge that fits in your pocket has never been more accessible. Curation, simplified. 

LET'S BE SOCIAL

Find our media kit on Notion - https://www.notion.so/deepstash/MEDIA-KIT-0ce53be763e14ab99a7538e647db5b7f

Find us on Pinterest - https://www.pinterest.com/deepstash/_saved/                    

Extension Basic Information

Name Deepstash - Stash Ideas Deepstash - Stash Ideas
ID delfklcekebhdglimiacenamgoimjedp
Official URL https://chromewebstore.google.com/detail/deepstash-stash-ideas/delfklcekebhdglimiacenamgoimjedp
Description Stash ideas on the topics you care about the most.
File Size 976 KB
Installation Count 649
Current Version 1.0.0
Last Updated 2021-04-13
Publish Date 2020-02-04
Rating 3.92/5 Total 12 Ratings
Developer https://deepstash.com
Payment Type free
Extension Website https://deepstash.com
Help Page URL https://deepstash.com/privacy_policy/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Deepstash - Stash Ideas",
    "author": "Deepstash",
    "version": "1.0.0",
    "description": "Stash ideas on the topics you care about the most.",
    "icons": {
        "16": "assets\/icon-48.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/connect.facebook.net https:\/\/apis.google.com; object-src 'self'",
    "permissions": [
        "activeTab",
        "contextMenus",
        "tabs",
        "https:\/\/deepstash.com\/"
    ],
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Add to Deepstash",
        "default_icon": "assets\/icon-48.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        "assets\/*.png",
        "popup.html",
        "button.html"
    ]
}