Yahoo Canada Web Search

Search results

  1. Apr 21, 2016 · An extension can replace any one of the following pages: Bookmark Manager: The page that appears when the user chooses the Bookmark Manager menu item from the Chrome menu or, on Mac, the Bookmark ...

  2. Aug 19, 2024 · The ID of the tab. Tab IDs are unique within a browser session. Under some circumstances a tab may not be assigned an ID; for example, when querying foreign tabs using the sessions API, in which case a session ID may be present. Tab ID can also be set to chrome.tabs.TAB_ID_NONE for apps and devtools windows. incognito.

  3. Oct 4, 2022 · Step 1: Add the extension data and icons. Create a file called manifest.json and add the following code: To learn more about these manifest keys, check out the Reading time tutorial that explains the extension's metadata and icons in more detail. Create an images folder then download the icons into it.

  4. Jul 13, 2016 · I have a question about writing Google Chrome Extension. My goal now is to detect that if a tab is created or a URL of a tab has been changed. Practically, I want to insert a dictionary .js from a...

  5. Oct 2, 2024 · The Tabs API provides a way to interact with the browser's tabs, meaning developers can create, modify, rearrange,and remove tabs programmatically. In addition to managing tabs, this API can also detect the language of the current tab, take screenshots, and more. This API is essential for building powerful and flexible Chrome extensions that ...

  6. Mar 23, 2011 · chrome.tabs.query is the function you're looking for. You can pass in parameters to a object to filter the tabs. You can pass in parameters to a object to filter the tabs. In your case, you want to iterate over all the open tabs.

  7. People also ask

  8. Oct 4, 2022 · Step 1: Add the extension data and icons. Create a file called manifest.json and include the following code. To learn more about these manifest keys, check out the "Run scripts on every tab" tutorial that explains the extension's metadata and icons in more detail. Create an images folder then download the icons into it.

  1. People also search for