NewTab-Redirect | is an extension for Google Chrome | Browser Plugin library

 by   jimschubert JavaScript Version: v3.1.5 License: MIT

kandi X-RAY | NewTab-Redirect Summary

kandi X-RAY | NewTab-Redirect Summary

NewTab-Redirect is a JavaScript library typically used in Plugin, Browser Plugin applications. NewTab-Redirect has a Permissive License and it has low support. However NewTab-Redirect has 28 bugs and it has 18 vulnerabilities. You can download it from GitHub.

NewTab Redirect! is an extension for Google Chrome which allows the user to replace the page displayed when creating a new tab.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              NewTab-Redirect has a low active ecosystem.
              It has 442 star(s) with 82 fork(s). There are 14 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 61 open issues and 136 have been closed. On average issues are closed in 454 days. There are 6 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of NewTab-Redirect is v3.1.5

            kandi-Quality Quality

              NewTab-Redirect has 28 bugs (0 blocker, 0 critical, 7 major, 21 minor) and 1 code smells.

            kandi-Security Security

              NewTab-Redirect has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              OutlinedDot
              NewTab-Redirect code analysis shows 18 unresolved vulnerabilities (18 blocker, 0 critical, 0 major, 0 minor).
              There are 0 security hotspots that need review.

            kandi-License License

              NewTab-Redirect is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              NewTab-Redirect releases are not available. You will need to build from source code and install.
              NewTab-Redirect saves you 1145 person hours of effort in developing the same functionality from scratch.
              It has 2585 lines of code, 0 functions and 36 files.
              It has low code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of NewTab-Redirect
            Get all kandi verified functions for this library.

            NewTab-Redirect Key Features

            No Key Features are available at this moment for NewTab-Redirect.

            NewTab-Redirect Examples and Code Snippets

            No Code Snippets are available at this moment for NewTab-Redirect.

            Community Discussions

            Trending Discussions on NewTab-Redirect

            QUESTION

            Override the Chrome new tab page with a webpage?
            Asked 2017-Sep-22 at 23:02

            Is there a clean way for a Google Chrome extension to set a non-local webpage as the new tab page while also keeping the omnibox cleared or highlighted?

            The chrome_url_overrides.newtab option in the extension manifest only allows local HTML pages.

            Right now, I see two options:

            1. iframe the webpage in the local extension page. However, many websites won't work properly when iframed.
            2. Redirect the local new tab page to the webpage. However, this does not reliably highlight the omnibox, so users have to manually set focus to the omnibox before typing, which is a poor user experience.

            The ideal solution would keep the webpage be the top frame of the new tab page, and the omnibox would be either cleared or highlighted.

            Additional info:

            • There's an ongoing, unsolved thread on this topic here for the Chrome extension New Tab Redirect.
            • Using chrome.tabs.update to redirect the new tab page has historically highlighted the URL. However, this appears to be undocumented and unreliable. The highlighting broke in Chrome 34 and appears to be broken now in Chrome 61 (a bug I just reported).
            ...

            ANSWER

            Answered 2017-Sep-22 at 23:02

            Right now, this isn't quite possible. I've opened a feature request for Chrome extensions to better support this use case.

            The two options in the meantime are:

            1. On the local extension new tab page, create an iframe to the webpage.

            2. In an extension background script, listen for new tab creation and update the URL to a website. This looks something like:

            Source https://stackoverflow.com/questions/46269675

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install NewTab-Redirect

            You can download it from GitHub.

            Support

            If you use the built-in New Tab Redirect Apps page, you will be able to type directly into the omnibar. If you use a custom url, the architecture of the extension can not allow for focusing or clearing of the omnibar. Google Chrome extensions do not currently have access to interact with the omnibar for highlighting after the new page is created. There is an experimental API to retrieve values and detect user input in the omnibar, but it does not allow extensions to highlight the text. I've tested version 1.0.1 of New Tab Redirect! across numerous developer builds, and the cursor only occasionally ends at the end of the omnibar. However, this is handled by Chrome itself and can not be modified via the extension. As soon as Chrome offers this functionality, I will implement it. Until then, it is possible to use CTRL+L to quickly highlight the omnibar.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/jimschubert/NewTab-Redirect.git

          • CLI

            gh repo clone jimschubert/NewTab-Redirect

          • sshUrl

            git@github.com:jimschubert/NewTab-Redirect.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link