Clipbox Tab

Clipbox Tab is a Chrome Extension for the New Tab

Vad är Clipbox Tab?

Clipbox Tab är en Chrome-tillägg utvecklad av Gents LLC, och dess huvudfunktion är "Clipbox Tab is a Chrome Extension for the New Tab".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Clipbox Tab-förlängningens CRX-fil

Ladda ner Clipbox Tab-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

                        Find easily any website you clipped for a later use, right from your new tab.

So just copy any text from any website and clip it! later you can find it in your new tab.

This extension changes your existing new tab page and changing the search engine in the new tab to Bing and provides the features below:
- Clean new tab look
- History of all your copy text and urls 
- Popular useful links
- Convenient web search powered by Bing.com search results. With it, you can easily search for your favorite topics, images, videos, and news

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

By installing and using Clipbox 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://clipboxtab.com/about

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

Privacy Policy:
https://clipboxtab.com/privacy                    

Grundläggande Information om Tillägg

Namn Clipbox Tab Clipbox Tab
ID abakdooidmbdkpebnkiajhgalcicnach
Officiell webbadress https://chromewebstore.google.com/detail/clipbox-tab/abakdooidmbdkpebnkiajhgalcicnach
Beskrivning Clipbox Tab is a Chrome Extension for the New Tab
Filstorlek 176 KB
Antal Installationer 66,980
Aktuell Version 1.0.4
Senast Uppdaterad 2022-11-13
Publiceringsdatum 2022-09-08
Betyg 4.67/5 Totalt 6 Betyg
Utvecklare Gents LLC
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.clipboxtab.com/
Hjälpsida URL https://www.clipboxtab.com/faq
URL till Sekretesspolicy Sidan https://gentsoftware.com/privacy.html
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "chrome_url_overrides": {
        "newtab": "newTab.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content-scripts.js"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "permissions": [
        "storage"
    ],
    "version": "1.0.4"
}