Classify Newtab

New tab extension which allow to Organize Unlimited shortcut links into unlimited folders.

Vad är Classify Newtab?

Classify Newtab är en Chrome-tillägg utvecklad av cassifyext, och dess huvudfunktion är "New tab extension which allow to Organize Unlimited shortcut links into unlimited folders.".

Tilläggsskärmbilder

screenshot

Ladda ner Classify Newtab-förlängningens CRX-fil

Ladda ner Classify Newtab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        This  extension allows you to separate your favorites into folders, bookmarks and shortcuts in an organized manner that gives you full control of your desktop, your new tab and your start page.

By clicking "Add to chrome", I accept and agree to installing Classify extension and setting Chrome™ New Tab search to Bing provided by the service and the Terms of Use at 
Privacy Policy: https://classifyext.com/privacy.html
EULA: https://classifyext.com/eula.html

Classify search will be powered by Microsoft Bing.                    

Grundläggande Information om Tillägg

Namn Classify Newtab Classify Newtab
ID ecikbegfidghkbmbplhbddonlpelgjbo
Officiell webbadress https://chrome.google.com/webstore/detail/classify-newtab/ecikbegfidghkbmbplhbddonlpelgjbo
Beskrivning New tab extension which allow to Organize Unlimited shortcut links into unlimited folders.
Filstorlek 246 KB
Antal Installationer 2,000
Aktuell Version 1.1.7
Senast Uppdaterad 2022-07-16
Publiceringsdatum 2022-06-26
Utvecklare cassifyext
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.classifyext.com
Hjälpsida URL https://classifyext.com/contact.html
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Classify Newtab",
    "description": "New tab extension which allow to Organize Unlimited shortcut links into unlimited folders.",
    "version": "1.1.7",
    "manifest_version": 3,
    "icons": {
        "16": "\/img\/index.png",
        "32": "\/img\/index.png",
        "48": "\/img\/index.png",
        "128": "\/img\/index.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab"
    ],
    "background": {
        "service_worker": "service_worker.js"
    }
}