Dumpster

Save and organize links

什么是Dumpster?

Dumpster是由https://dumpster.app开发的Chrome扩展程序,该扩展的主要功能是“Save and organize links”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Dumpster扩展crx文件

下载Dumpster扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Save the good. Save the meh. Save the whole internet in your pocket. Introducing Dumpster – a lightweight way to save and share links.

Use our Chrome extension to save things you find on the web to your Dumpster account from the toolbar of your browser.

★ Save all the things!
Don’t fret, just save. We’ve created the easiest way for you to keep anything and everything for later. To make it even easier on ya, Dumpster is available for iOS and as Chrome and Safari extensions. Learn more about our apps here.

★ Lists for you and your friends
Recipes, memes, apartment listings, you name it. Create lists for anything you can think of and share ‘em with just one click.

★ Find your findings
We all forget things. But your Dumpster library won’t. We have one of those magnifying glasses. Or as they more formally say, contextual search.

★ Turn out the lights
Dark mode is pretty nice on the eyes. So we said, “hey, how about we add Dark Mode to all of our apps.” And to that we said, “great idea let’s do it.”                    

扩展基本信息

名称 Dumpster Dumpster
ID lcmgcfibdfmboahplofobcneiaggopcp
官方URL https://chromewebstore.google.com/detail/dumpster/lcmgcfibdfmboahplofobcneiaggopcp
简介 Save and organize links
文件大小 9.25 KB
安装次数 56
当前版本 5
更新时间 2020-01-26
上架时间 2020-01-26
评分 5.00/5 共5次评分
开发者 https://dumpster.app
付费类型 free
扩展官网 https://dumpster.app
帮助页面URL https://dumpster.app/help
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dumpster",
    "short_name": "Save and organize links",
    "description": "Save and organize links",
    "version": "5",
    "homepage_url": "https:\/\/dumpster.app",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "Save to Dumpster",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icons\/extension_icon_128.png",
        "48": "icons\/extension_icon_48.png",
        "16": "icons\/extension_icon_16.png"
    },
    "manifest_version": 2
}