Clipbox Tab

Clipbox Tab is a Chrome Extension for the New Tab

Clipbox Tab क्या है?

Clipbox Tab Gents LLC द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Clipbox Tab is a Chrome Extension for the New Tab"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Clipbox Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Clipbox Tab Clipbox Tab
ID abakdooidmbdkpebnkiajhgalcicnach
आधिकारिक URL https://chromewebstore.google.com/detail/clipbox-tab/abakdooidmbdkpebnkiajhgalcicnach
विवरण Clipbox Tab is a Chrome Extension for the New Tab
फ़ाइल का आकार 176 KB
स्थापना संख्या 66,980
वर्तमान संस्करण 1.0.4
अंतिम अपडेट 2022-11-13
प्रकाशन तिथि 2022-09-08
रेटिंग 4.67/5 कुल 6 रेटिंग्स
डेवलपर Gents LLC
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.clipboxtab.com/
सहायता पृष्ठ URL https://www.clipboxtab.com/faq
गोपनीयता नीति पृष्ठ URL https://gentsoftware.com/privacy.html
समर्थित भाषाएँ 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"
}