tbx: Team Browser Extension

Browse the web together, in real-time.

tbx: Team Browser Extension란 무엇입니까?

tbx: Team Browser Extension은(는) https://tbxproject.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browse the web together, in real-time."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

tbx: Team Browser Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        tbx is a browser extension that lets you start shared browsing sessions and do online research seamlessly while surfing the web. 

🌎 Collaborate on any page! 
Invite a contact to start browsing together. Point, click, scroll and highlight away. Share your browser tab with friends, colleagues, or family. 

🎯 Research with Dropzone
While you browse, drag and drop stuff from around the web into the dropzone. Text, images, links. In a multi-user browsing session it's synced in real-time with everyone. Export your research as a PDF, via email, or copy as Markdown to your note-taking app.

💻Not screen sharing
Collaborate without staring at someone else's screen in a window. On the same page as others, but in the comfort of your own browser! 

🔒 Privacy first
No browsing activity is stored or tracked with tbx. You choose who to browse with, and on which page. Because tbx doesn't share your screen, it also means any sensitive data is for your eyes only. If you use the dropzone for your online research, tbx doesn't keep any of your dropzone contents.

💡 tbx an experiment in Internet connectivity and collaboration, to make the web more human and connected. It's a project by an indie developer (Slav). 
You can leave feedback and support the project by joining the groups:
- Discord: https://discord.gg/GZX3uuU
- Telegram: https://t.me/joinchat/Bu_6qhL1RRAqpM5SoOk1cA

Beta updates
---------------------
New in 0.3.3:
- Notes in the dropzone now show the source as a link, so you can come back to the page where you got the note from. It's also shown in the email, Markdown and PDF. 
- Fixed an issue where some images weren't being added to PDFs

New in 0.3.1:
- Added the ability to delete items from the dropzone
- Added a button to add the current tab URL to 'Links' section in the dropzone

New in 0.3.0:
- Dropzone: you can now drag & drop text, links, and images into the dropzone - a little container that stays with you while you research onlin. If you invite people into the session, the dropzone is synced in real-time. Once you're done browsing, you can email the contents, copy to Markdown, or save as a PDF. Neat! 
- Single-user mode: you can start a session without inviting people. Great for going into solo research mode. 
- The overlay can now be hidden from view if you need. In the session, go to three-dot menu -> Auto-hide overlay. 
- Many fixes and improvements.

New in 0.2.0:
- More intuitive things: A new popup window redesign. Teams is replaced by 'Contacts', so now inviting people is even easier than before. 
- You can now scroll to where users are by clicking on their avatar in the session.
- Easier to identify which tab is in a session: the favicon of the current website is now badged with a bright green circle. 

New in 0.1.2:
- Follow mode! When the leader changes URL - everyone follows, if they have follow mode turned on. 

Thanks for using tbx!                    

확장 프로그램 기본 정보

이름 tbx: Team Browser Extension tbx: Team Browser Extension
ID ilpahpkbjhkiacoimfhdhchfkmmomemj
공식 URL https://chromewebstore.google.com/detail/tbx-team-browser-extensio/ilpahpkbjhkiacoimfhdhchfkmmomemj
설명 Browse the web together, in real-time.
파일 크기 2.52 MB
설치 횟수 237
현재 버전 0.3.5
최근 업데이트 2020-11-25
출시 날짜 2020-08-24
개발자 https://tbxproject.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://tbxproject.com
도움말 페이지 URL https://tbxproject.com
개인정보 보호 정책 페이지 URL https://www.notion.so/Privacy-Policy-55ea0bb7beec4fed9f88d86e7761842c
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "tbx: Team Browser Extension",
    "version": "0.3.5",
    "description": "Browse the web together, in real-time.",
    "background": {
        "page": "background\/background.html"
    },
    "web_accessible_resources": [
        "assets\/icons\/*.png",
        "assets\/icons\/*.svg",
        "assets\/fonts\/*.ttf",
        "assets\/images\/*.png",
        "content\/*.css",
        "*.js"
    ],
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/localhost\/*",
        "",
        "cookies",
        "notifications"
    ],
    "browser_action": {
        "default_icon": {
            "16": "assets\/icons\/icon_16.png",
            "32": "assets\/icons\/icon_32.png",
            "48": "assets\/icons\/icon_48.png",
            "128": "assets\/icons\/icon_128.png"
        },
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "assets\/icons\/icon_16.png",
        "32": "assets\/icons\/icon_32.png",
        "48": "assets\/icons\/icon_48.png",
        "128": "assets\/icons\/icon_128.png"
    },
    "manifest_version": 2
}