Downloads:
757
Downloads of v 0.5.2:
757
Last Update:
29 May 2018
Package Maintainer(s):
Software Author(s):
- gettoby.com
Tags:
toby bookmarks chrome extension- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Toby for Chrome
- 1
- 2
- 3
0.5.2 | Updated: 29 May 2018
- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
757
Downloads of v 0.5.2:
757
Maintainer(s):
Software Author(s):
- gettoby.com
Toby for Chrome 0.5.2
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by gettoby.com. The inclusion of gettoby.com trademark(s), if any, upon this webpage is solely to identify gettoby.com goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Toby for Chrome, run the following command from the command line or from PowerShell:
To upgrade Toby for Chrome, run the following command from the command line or from PowerShell:
To uninstall Toby for Chrome, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download toby-chrome --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade toby-chrome -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade toby-chrome -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install toby-chrome
win_chocolatey:
name: toby-chrome
version: '0.5.2'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'toby-chrome' do
action :install
source 'INTERNAL REPO URL'
version '0.5.2'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller toby-chrome
{
Name = "toby-chrome"
Version = "0.5.2"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'toby-chrome':
ensure => '0.5.2',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved by moderator gep13 on 29 May 2018.
Better than bookmarks. Organize your browser tabs and access them quickly anywhere. “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.
$bits = Get-ProcessorBits
$packageName = 'toby-chrome'
$extensionID = 'hddnkoipeenegfoeaoibdmnaalmgkpip'
if ($bits -eq 64) {
Remove-Item "HKLM:\SOFTWARE\Wow6432node\Google\Chrome\Extensions\$extensionID" -Force -ErrorAction SilentlyContinue | out-null
}else{
Remove-Item "HKLM:\SOFTWARE\Google\Chrome\Extensions\$extensionID" -Force -ErrorAction SilentlyContinue | out-null
}
Log in or click on link to see number of positives.
- toby-chrome.0.5.2.nupkg (8ce21a950c29) - ## / 61
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Ground Rules:
- This discussion is only about Toby for Chrome and the Toby for Chrome package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Toby for Chrome, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.