UP Tab

UP brings you a NewTab with Time, Date and Search

Vad är UP Tab?

UP Tab är en Chrome-tillägg utvecklad av https://coinup.org, och dess huvudfunktion är "UP brings you a NewTab with Time, Date and Search".

Tilläggsskärmbilder

screenshot

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

Ladda ner UP 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

                        UP Tab will replace your default Newtab.
UP Tab will show you Time, Date and beautiful wallpaper.

Search with CoinUP and earn points to spend on your favorite games or gift cards.
Go to coinup.org for more info                    

Grundläggande Information om Tillägg

Namn UP Tab UP Tab
ID ackfacgcbokflmiamcckdpcmdnkommof
Officiell webbadress https://chromewebstore.google.com/detail/up-tab/ackfacgcbokflmiamcckdpcmdnkommof
Beskrivning UP brings you a NewTab with Time, Date and Search
Filstorlek 2.17 MB
Antal Installationer 31,273
Aktuell Version 2.0.2
Senast Uppdaterad 2019-06-20
Publiceringsdatum 2019-06-20
Betyg 4.50/5 Totalt 6 Betyg
Utvecklare https://coinup.org
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://coinup.org
Hjälpsida URL http://coinup.org/view.aspx?s=howto
URL till Sekretesspolicy Sidan https://coinup.org/privacy-policy.html
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "name": "UP Tab",
    "version": "2.0.2",
    "manifest_version": 2,
    "description": "UP brings you a NewTab with Time, Date and Search",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "tabs"
    ]
}