Dumpster
Save and organize links
Dumpster란 무엇입니까?
Dumpster은(는) https://dumpster.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save and organize links"입니다.
확장 프로그램 스크린샷
Dumpster 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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 } |