{"json_modified": "2016-09-26T10:46:02.068862", "uuid": "c8a985bb-711b-4390-86d9-9d03c3b70aff", "title": "Tabbed browser", "url": "/en-US/docs/Archive/Add-ons/Tabbed_browser", "tags": ["Extensions", "Add-ons", "add-ons", "Code snippets"], "translations": [{"uuid": "bfab66c0-0083-47a2-890a-962295855ff4", "title": "Tabbed browser", "url": "/de/docs/Codeschnipsel/Tabbed_browser", "tags": [], "summary": "Here you should find a set of useful code snippets to help you work with Firefox's tabbed browser. The comments normally mark where you should be inserting your own code.", "localization_tags": ["inprogress"], "locale": "de", "last_edit": "2014-11-20T03:57:07", "review_tags": []}, {"uuid": "330a353e-46fb-452a-9d65-37c5426c48d7", "title": "\u30bf\u30d6\u30d6\u30e9\u30a6\u30b6\u7528\u30b3\u30fc\u30c9", "url": "/ja/docs/Code_snippets/Tabbed_browser", "tags": ["Extensions", "Add-ons"], "summary": "\u3053\u306e\u30da\u30fc\u30b8\u306b\u306f Firefox \u306e\u30bf\u30d6\u30d6\u30e9\u30a6\u30b6\u3092\u6271\u3046\u306e\u306b\u6709\u7528\u306a\u30b3\u30fc\u30c9\u304c\u30ea\u30b9\u30c8\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u3042\u306a\u305f\u81ea\u8eab\u306e\u30b3\u30fc\u30c9\u3092\u633f\u5165\u3059\u3079\u304d\u5834\u6240\u306b\u306f\u901a\u5e38\u30b3\u30e1\u30f3\u30c8\u304c\u5165\u308c\u3089\u308c\u3066\u3044\u307e\u3059\u3002", "localization_tags": [], "locale": "ja", "last_edit": "2011-11-27T19:14:43", "review_tags": []}, {"uuid": "3bfc9b89-c2e2-485b-945b-8b770bdb57e8", "title": "\u6807\u7b7e\u5f0f\u6d4f\u89c8\u5668", "url": "/zh-CN/docs/Code_snippets/%E6%A0%87%E7%AD%BE%E5%BC%8F%E6%B5%8F%E8%A7%88%E5%99%A8", "tags": [], "summary": "Here you should find a set of useful code snippets to help you work with Firefox's tabbed browser. The comments normally mark where you should be inserting your own code.", "localization_tags": [], "locale": "zh-CN", "last_edit": "2013-11-07T07:07:56", "review_tags": []}, {"uuid": "3d6fd67f-14d3-4bcd-b0bc-95889dec0280", "title": "Tabbed browser", "url": "/zh-TW/docs/Code_snippets/Tabbed_browser", "tags": [], "summary": "\u60a8\u5c07\u5728\u6b64\u5c0b\u7372\u5354\u52a9\u60a8\u904b\u7528Firefox\u7684\u591a\u9801\u7c64\u700f\u89bd\u5668\u7684\u4e00\u4e9b\u7a0b\u5f0f\u78bc\u7247\u6bb5\uff0c\u8a3b\u89e3\u5c07\u63d0\u793a\u60a8\u61c9\u8a72\u5728\u4ec0\u9ebc\u5730\u65b9\u63d2\u5165\u60a8\u81ea\u5df1\u7684\u7a0b\u5f0f\u78bc\u3002", "localization_tags": [], "locale": "zh-TW", "last_edit": "2013-11-04T11:42:17", "review_tags": []}], "modified": "2016-09-26T10:46:01", "label": "Tabbed browser", "localization_tags": [], "locale": "en-US", "id": 4795, "last_edit": "2015-01-27T07:45:07", "summary": "Here you should find a set of useful code snippets to help you work with Firefox's tabbed browser. The comments normally mark where you should be inserting your own code.", "sections": [{"id": "Getting_access_to_the_browser", "title": "Multiple meanings for the word 'browser'"}, {"id": "Getting_access_to_the_browser", "title": "Getting access to the browser"}, {"id": "From_main_window", "title": "From main window"}, {"id": "From_a_sidebar", "title": "From a sidebar"}, {"id": "From_a_dialog", "title": "From a dialog"}, {"id": "Opening_a_URL_in_a_new_tab", "title": "Opening a URL in a new tab"}, {"id": "Manipulating_content_of_a_new_tab", "title": "Manipulating content of a new tab"}, {"id": "Opening_a_URL_in_the_correct_window.2Ftab", "title": "Opening a URL in the correct window/tab"}, {"id": "Opening_a_URL_in_an_on_demand_tab", "title": "Opening a URL in an on demand tab"}, {"id": "Reusing_tabs", "title": "Reusing tabs"}, {"id": "Reusing_by_URL.2FURI", "title": "Reusing by URL/URI"}, {"id": "Reusing_by_other_criteria", "title": "Reusing by other criteria"}, {"id": "Closing_a_tab", "title": "Closing a tab"}, {"id": "Changing_active_tab", "title": "Changing active tab"}, {"id": "Detecting_page_load", "title": "Detecting page load"}, {"id": "Notification_when_a_tab_is_added_or_removed", "title": "Notification when a tab is added or removed"}, {"id": "Notification_when_a_tab's_attributes_change", "title": "Notification when a tab's attributes change"}, {"id": "Notification_when_a_tab_is_pinned_or_unpinned", "title": "Notification when a tab is pinned or unpinned"}, {"id": "Detecting_tab_selection", "title": "Detecting tab selection"}, {"id": "Getting_document_of_currently_selected_tab", "title": "Getting document of currently selected tab"}, {"id": "Enumerating_tabs", "title": "Enumerating browsers"}, {"id": "Getting_the_browser_that_fires_the_http-on-modify-request_notification", "title": "Getting the browser that fires the http-on-modify-request notification"}, {"id": "Getting_the_browser_that_fires_the_http-on-modify-request_notification_(example_code_updated_for_loadContext)", "title": "Getting the browser that fires the http-on-modify-request notification (example code updated for loadContext)"}], "slug": "Archive/Add-ons/Tabbed_browser", "review_tags": []}