Platstack: The Save button for the internet

Capture, & share the “greatest hits” of your internet experience - whether it’s research at work or collecting the best memes.

Platstack: The Save button for the internetคืออะไร?

Platstack: The Save button for the internet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://platstack.com และคุณลักษณะหลักของมันคือ "Capture, & share the “greatest hits” of your internet experience - whether it’s research at work or collecting the best memes."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Platstack: The Save button for the internet

ดาวน์โหลดไฟล์ส่วนขยาย Platstack: The Save button for the internet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        You consume & curate the internet every day - in your head. Why not document it? Do your future self (and friends / colleagues / the world) the favor.

Enable the extension & download the mobile app to start building your Universal Library:
🔗 Links: Save any site or post with a single click.
🖋️ Text: Highlight any text on the web. Add your notes, and choose to make them public to contribute to a global intelligence.
📷 Images: Right-click to save to Platstack.
🎥 YouTube Highlights (coming soon): Capture the video segments that matter.

We're on a mission to make capturing golden nuggets EFFORTLESS, and then *actually* helping you find those gems again in the moments you need them.

The secret sauce? Combining the magic of Artificial Intelligence & Social Intelligence.

Go to Platstack.com to learn more ;) See you onboard soon!

Note: This is Platstack's web clipper. Platstack account required.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Platstack: The Save button for the internet Platstack: The Save button for the internet
ID mcfleopinjndfkoklekjcjcgefgenlhp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/platstack-the-save-button/mcfleopinjndfkoklekjcjcgefgenlhp
คำอธิบาย Capture, & share the “greatest hits” of your internet experience - whether it’s research at work or collecting the best memes.
ขนาดไฟล์ 2.92 MB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 4.5.7
อัปเดตครั้งล่าสุด 2024-03-02
วันที่เผยแพร่ 2020-07-02
คะแนน 5.00/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา https://platstack.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.platstack.com
URL หน้าช่วยเหลือ https://www.platstack.com/support
URL หน้านโยบายความเป็นส่วนตัว https://www.platstack.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "version": "4.5.7",
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "icons": {
        "16": "images\/logo_16.png",
        "32": "images\/logo_32.png",
        "48": "images\/logo_48.png",
        "128": "images\/logo_128.png"
    },
    "author": "Platstack, LLC",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/*",
                "\/animations\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "tabs",
        "scripting",
        "contextMenus"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/platstack.com\/*",
            "https:\/\/www.platstack.com\/*",
            "https:\/\/dev.platstack.com\/*",
            "http:\/\/localhost:3000\/*",
            "https:\/\/platstack-frontend-staging.herokuapp.com\/*"
        ]
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+P",
                "mac": "Command+Shift+P"
            }
        }
    },
    "action": []
}