Never Forget Tab

Never Forget Tab is a Chrome Extension for the New Tab

Qu'est-ce que Never Forget Tab ?

Never Forget Tab est une extension Chrome développée par Eltech LLC, et sa fonction principale est "Never Forget Tab is a Chrome Extension for the New Tab".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Never Forget Tab

Téléchargez les fichiers d'extension Never Forget Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Never forget anything, simply use sticky notes on every new tab.
Click the [+] button and add a new note, move it around and never forget anything.

This extension changes your existing new tab page and changing the search engine in the new tab to neverforgettab.com which is powered by Microsoft Bing and provides the features below:
- Clean Tab Look
- Beautiful backgrounds
- Sticky notes for new tab
- Popular useful links
- Convenient web search powered by Microsoft Bing search results. With it, you can easily search for your favorite topics, images, videos, and news

By installing and using Never forget Tab you agree to the Terms of Use and Privacy Policy.

Please note that the extension will change your new tab settings, as well as work and run in the background of your device in order to provide the services, at all time.

The Extension requires the following permissions:
- Storage: The extension requires this permission to store the sticky notes data and an anonymous unique identifier using the storage API.

This extension is free to download from the Chrome Web store, and you can uninstall it at any time.

By installing and using Never forget Tab you agree to the Terms of Use and Privacy Policy.

Please review our Privacy Policy for details regarding the information we collect when you install and use the extension.


 
For more information please check:

- About Us
https://neverforgettab.com/about

Terms of Service:
https://neverforgettab.com/terms

Privacy Policy:
https://eltechllc.com/privacy.html                    

Informations de Base sur l'Extension

Nom Never Forget Tab Never Forget Tab
ID alajeadekodkdocbbnjfcdfpdhmbmcil
URL Officiel https://chrome.google.com/webstore/detail/never-forget-tab/alajeadekodkdocbbnjfcdfpdhmbmcil
Description Never Forget Tab is a Chrome Extension for the New Tab
Taille du Fichier 17.47 MB
Nombre d'Installations 5,510
Version Actuelle 1.7.5
Dernière Mise à Jour 2023-05-08
Date de Publication 2021-07-19
Évaluation 4.00/5 Total 1 Évaluations
Développeur Eltech LLC
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://neverforgettab.com/
URL de la Page d'Aide https://neverforgettab.com/about
URL de la Page de Politique de Confidentialité https://eltechllc.com/privacy.html
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "1.7.5",
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png"
    },
    "action": [],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "storage"
    ]
}