{"id":13992763,"url":"https://github.com/rsms/chromium-tabs","last_synced_at":"2025-09-08T19:42:36.416Z","repository":{"id":1029948,"uuid":"858151","full_name":"rsms/chromium-tabs","owner":"rsms","description":"[historical] Chromium tabs for cocoa applications (project no longer maintained)","archived":false,"fork":false,"pushed_at":"2016-05-04T17:25:11.000Z","size":1611,"stargazers_count":389,"open_issues_count":9,"forks_count":62,"subscribers_count":20,"default_branch":"master","last_synced_at":"2025-08-28T03:09:13.334Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rsms.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-08-24T01:59:10.000Z","updated_at":"2025-08-22T02:50:18.000Z","dependencies_parsed_at":"2022-07-06T03:00:33.866Z","dependency_job_id":null,"html_url":"https://github.com/rsms/chromium-tabs","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/rsms/chromium-tabs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsms%2Fchromium-tabs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsms%2Fchromium-tabs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsms%2Fchromium-tabs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsms%2Fchromium-tabs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rsms","download_url":"https://codeload.github.com/rsms/chromium-tabs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsms%2Fchromium-tabs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274231433,"owners_count":25245585,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-09T14:02:07.758Z","updated_at":"2025-09-08T19:42:36.362Z","avatar_url":"https://github.com/rsms.png","language":"Objective-C","funding_links":[],"categories":["Objective-C","etc"],"sub_categories":[],"readme":"# Chromium Tabs\n\nChromium Tabs is a [Cocoa](http://developer.apple.com/cocoa/) framework for building applications that works like [Chromium](http://www.chromium.org/)'s window system.\n\n- An *application* has multiple *windows*\n- Each *window* represents a unit of *tabs*\n- Each *tab* represents a stateful view\n- Each *tab* can be freely dragged between *windows*\n\n\u003e **Important:** This is currently work in progress and the framework API will change often.\n\nRequirements: OS X 10.5 or later.\n\n## Usage\n\nThe framework is distributed with an [`@rpath`](http://www.codeshorts.ca/2007/nov/01/leopard-linking-making-relocatable-libraries-movin) which means it should be embedded into your applications' Contents/Frameworks directory. In Xcode you can add a new \"Copy Files\" action with the \"Frameworks\" destination to your target.\n\nAs an alternative, with Xcode4, you can create a new workspace which includes your project and `chromium-tabs.xcodeproj`. Once this is done, `ChromiumTabs.framework` will be available for linking like any other built-in library.\n\nThen you need to do at least two things:\n\n1. `#import \u003cChromiumTabs/ChromiumTabs.h\u003e`\n2. `[[CTBrowser browser] newWindow]` when your application has started (e.g. in the application delegates' `applicationDidFinishLaunching:`)\n\nThe example application (in `examples/simple-app/`) illustrates basic usage and likes to be inspected while you drink coffee. It looks like this:\n\n[\u003cimg src=\"http://farm5.static.flickr.com/4082/4927836567_7b9f577af4_o.png\" alt=\"A slightly boring screenshot of the example application\"\u003e](http://github.com/downloads/rsms/chromium-tabs/Chromium%20Tabs.app.zip)\n\nWhen building a \"real\" application you will need to sublcass at least the `CTBrowser` class which factorises tabs and their content. The example application do this at a very basic level (provides custom tab content).\n\n## Download\n\nVisit the [download section on GitHub](http://github.com/rsms/chromium-tabs/downloads) to download the latest release of the framework and the example application.\n\n## Building\n\n1. Check out (or download) the source code\n2. Open `chromium-tabs.xcodeproj` in [Xcode](http://developer.apple.com/tools/xcode/)\n3. Choose your target and hit \"Build\"\n\nThere is also an optional example application in the Xcode project. You build it by selecting the \"Chromium Tabs\" target.\n\n## License\n\nSee the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frsms%2Fchromium-tabs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frsms%2Fchromium-tabs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frsms%2Fchromium-tabs/lists"}