Toby for Chrome

Better than bookmarks. Organize your browser tabs and access them quickly anywhere.

Toby for Chrome란 무엇입니까?

Toby for Chrome은(는) https://gettoby.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Better than bookmarks. Organize your browser tabs and access them quickly anywhere."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Toby for Chrome 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        “I don’t want to have 3,000 tabs open anymore” – from a new Toby user
 
Bookmarks are for books, not browsers. Organize your browser tabs into Toby so you can access key resources in one-click instead of seven.
 
Toby is better than bookmarks, it levels up your Chrome browser. Toby is a visual workspace that lives on every new tab. Add new tabs by dragging and dropping your browser tabs into collections or save a whole session in just one-click. Access all of your collections on any desktop with automatic sync. Use tags to organize your collections or create notes for your to-dos.
 
Toby is changing the way you save and access tabs by making it easy and fun to use.  
 
➤ #1 Chrome extension of 2016 from Product Hunt
➤ Google Chrome’s Best of 2016 list
➤ Featured in MIT Tech Review, Business Insider, Brit + Co and 30 other publications
➤ Teams who work at Bazaarvoice, Twitter, New Relic, IBM, and more are using it daily
➤ Over 9,250 love letters written by #TobyFriends in over 144 countries around the world

WHY TAB MANAGEMENT?

We built Toby to provide distraction-free focus, saving you time spent switching between tabs from web apps and websites. A survey of Toby customers showed that Toby saves up to 8 hours per week, per person—the equivalent of ~48 work days per year.
 
★ Pause and resume work
 
Feel like your workflow is bottle-necked by context switching? With one-click Toby is able to save your browser session, or open it when you’re ready to resume your task.
 
★ Clear the clutter
 
Using different browser windows to separate tabs into to-dos, dashboards, and spreadsheets is not ideal. With Toby, you can remove the clutter by using one window with the tabs you need, right when you need it.
 
★ Be an expert everywhere you work

Get instant access to the tabs you need to get the job done. Toby is able to search for any website inside of any collection, letting you find exactly what you’re looking for in seconds.
 
★ Flexible with your work habits
 
Toby lives on every new tab and lets you speed dial into the websites or apps you use on a daily basis. Quick and consistent access is the key to Toby’s value.
 
★ Stop emailing yourself links
 
Access Toby on any page just by right-clicking. Now you can spend more time doing work while queuing up all of your favorite articles to read later.
 
GIVE US A 5-STAR REVIEW
★★★★★
Genuinely enjoy the Toby experience? Helped you save time at work? Support the Toby community by giving us a great review!
 
GET IN TOUCH
Twitter: @TobyForTabs
Contact: [email protected]
 
SUPPORT & BUG REPORTING
http://www.gettoby.com/contact

PRIVACY AND PERMISSIONS
http://www.gettoby.com/privacy                    

확장 프로그램 기본 정보

이름 Toby for Chrome Toby for Chrome
ID hddnkoipeenegfoeaoibdmnaalmgkpip
공식 URL https://chromewebstore.google.com/detail/toby-for-chrome/hddnkoipeenegfoeaoibdmnaalmgkpip
설명 Better than bookmarks. Organize your browser tabs and access them quickly anywhere.
파일 크기 18.12 MB
설치 횟수 446,651
현재 버전 0.7.30.1
최근 업데이트 2024-02-17
출시 날짜 2020-07-01
평점 4.32/5 총 2964 개의 평점
개발자 https://gettoby.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 http://www.gettoby.com
도움말 페이지 URL http://www.gettoby.com/contact
개인정보 보호 정책 페이지 URL https://www.gettoby.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Toby",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/icon-16.png",
            "32": "img\/icon-32.png"
        }
    },
    "web_accessible_resources": [
        "inject.html",
        "img\/*"
    ],
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "contextMenus",
        "unlimitedStorage",
        "storage",
        "tabs",
        "https:\/\/*.gettoby.com\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "optional_permissions": [
        "https:\/\/gettoby.com\/*",
        "*:\/\/to\/*",
        "",
        "history"
    ],
    "omnibox": {
        "keyword": "to\/"
    },
    "content_security_policy": "default-src 'self'; frame-src 'self' https:\/\/gettoby.typeform.com https:\/\/www.loom.com\/ https:\/\/storage.googleapis.com; script-src 'self'; object-src 'none'; connect-src https:\/\/api2.gettoby.com https:\/\/api2.gettoby.com https:\/\/logs.gettoby.com wss:\/\/api.gettoby.com\/ws https:\/\/api.mixpanel.com http:\/\/api.mixpanel.com https:\/\/api.amplitude.com http:\/\/api.amplitude.com https:\/\/*.nr-data.net https:\/\/app.getsentry.com https:\/\/favicons.gettoby.com\/v3\/ https:\/\/*.ingest.sentry.io\/ https:\/\/storage.googleapis.com; style-src * https:\/\/fonts.googleapis.com 'unsafe-inline' 'self'; media-src https:\/\/storage.googleapis.com; font-src 'self' https:\/\/fonts.gstatic.com; img-src * https:\/\/logs.gettoby.com data:;",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "96": "img\/icon-96.png",
        "128": "img\/icon-128.png"
    },
    "version": "0.7.30.1",
    "chrome_url_overrides": {
        "newtab": "toby.html"
    },
    "description": "Better than bookmarks. Organize your browser tabs and access them quickly anywhere.",
    "name": "Toby for Chrome",
    "short_name": "Toby",
    "externally_connectable": []
}