Atmos

Atmos

Atmosคืออะไร?

Atmos เป็นส่วนขยายของ Chrome ที่พัฒนาโดย atmos และคุณลักษณะหลักของมันคือ "Atmos"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Turn your online community into a powerful PR engine

Join us as we validate new models for how creators can work together to distribute and monetize specialized knowledge at scale.

 Overview

- Social Bookmarks - Leave notes and tags on any URL 
- Web Publishing - Connect your Webflow CMS and send content directly from the browser
- Private Social Layer - Invite your community into a private social layer that sits over top of the open web
- Link Feeds - Share your content with the world using our embedded Link Feeds. 

 Coming soon: 

- Knowledge Maps - Use our infinite canvas to map your knowledge and share it with others. 

Features

Leave notes on any URL
Atmos allows you to leave notes on any website. Use it to do research, as a robust bookmarking tool, or to share thoughts and insights with your community. You can even create private networks which restrict access to your notes to only people who are approved in your network.

Add tags to any URL
Take your notes one step further by adding notes and indexing URL's based on keywords. Use tags to filter your activity feeds and add context to your online browsing experience.

In-page highlights
Atmos allows you to highlight text from any website and save it as a block-quote with your page note. Eventually these notes will be on-page highlights and offer a more interactive way to mark up a website and leave notes, suggestions, or clarification on any website.

Connect your Webflow CMS
Create a network and connect your Webflow CMS to invite contributors to help you build out your website with no technical requirements. Multiple Webflow sites can be connected to a single network which makes this a great tool for marketing teams who want to let others add content to the site from around the web without ever needing to log into Webflow. Think about grabbing testimonials, social posts, news clippings, recipes, etc.

Build your contributor network
Atmos allows you to build private networks which limit who can see your notes as well as publish to connected websites. This is a powerful tool for existing online communities who want to add an interactive element to their community which can be accessed from any website on the internet.                    

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

ชื่อ Atmos Atmos
ID oemlcamaflejejnfkngaponakmghllhg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/atmos/oemlcamaflejejnfkngaponakmghllhg
คำอธิบาย Atmos
ขนาดไฟล์ 1.04 MB
จำนวนการติดตั้ง 83
เวอร์ชันปัจจุบัน 1.10.0
อัปเดตครั้งล่าสุด 2024-01-20
วันที่เผยแพร่ 2023-05-28
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา atmos
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://atmospr.com
URL หน้าช่วยเหลือ https://atmospr.com/support
URL หน้านโยบายความเป็นส่วนตัว https://www.atmospr.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Atmos",
    "version": "1.10.0",
    "description": "Atmos",
    "permissions": [
        "storage",
        "webNavigation"
    ],
    "icons": {
        "16": "icon-16x16.png",
        "32": "icon-32x32.png",
        "48": "icon-48x48.png",
        "128": "icon-128x128.png"
    },
    "action": {
        "default_title": "Atmospr",
        "browser_style": false,
        "default_icon": {
            "16": "icon-16x16.png",
            "32": "icon-32x32.png",
            "48": "icon-48x48.png",
            "128": "icon-128x128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "ext\/content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "ext\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "ext\/atmos.css",
                "atmospr\/*",
                "*.png"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ]
}