Dumpster

Save and organize links

Dumpsterคืออะไร?

Dumpster เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dumpster.app และคุณลักษณะหลักของมันคือ "Save and organize links"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dumpster

ดาวน์โหลดไฟล์ส่วนขยาย 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
}