Landscape Scroller

A new tab extension that creates landscape wallpapers that you can scroll trough, as you wish to change your background

Τι είναι το Landscape Scroller;

Το Landscape Scroller είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον landscapescroller.net, και η κύρια λειτουργία του είναι "A new tab extension that creates landscape wallpapers that you can scroll trough, as you wish to change your background".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Landscape Scroller

Λήψη αρχείων επέκτασης Landscape Scroller σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Landscape Scroller is going to be your new favorite wallpaper-type of extension if you like nature and stunning scenery on your desktop background.

When installing our product, by selecting “Add to Chrome”, I accept and agree to install the Landscape scroller Extension and set Chrome New Tab to the service’s default, as well as the Terms of Service and Privacy Policy. Microsoft Bing will power the New Tab Search.

This Chrome extension offers a unique browsing experience and brings something completely new to the world of New Tab extensions. It's a very neat tool, consisting of only 2 main simple functionalities. 

The first and the original one is, as the name itself says, landscape scrolling. We came up with a simple design for themes for your desktop, that you can change without clicking or refreshing anything. Simply, when you get bored of the same scenery on your background, just scroll a little bit down, and a new wallpaper will come up on your new tab, giving a retouch to your working space. 

The second functionality is actually bookmarks. Even if you already have a default bookmark bar under the omni box, Landscape scroller offers well designed, discreet and easier-to-use solution for Chrome bookmarks. 

Anyways, this is all we can say about Landscape scroller, the rest you have to figure on your own. Download the extension and enjoy all its features and goods it offers.

Reach out to us (if you have any feedback, question or tip for improvement) here:
- https://landscapescroller.net/contact.html

Our homepage and privacy policy links are here:
- https://landscapescroller.net
- https://landscapescroller.net/privacy-policy.html

Also, you can read our Terms of Service here:
- https://landscapescroller.net/TOS.html                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Landscape Scroller Landscape Scroller
ID mafdngjdmflchchladjendpnoajdfcok
Επίσημο URL https://chrome.google.com/webstore/detail/landscape-scroller/mafdngjdmflchchladjendpnoajdfcok
Περιγραφή A new tab extension that creates landscape wallpapers that you can scroll trough, as you wish to change your background
Μέγεθος Αρχείου 9.58 MB
Αριθμός Εγκαταστάσεων 29,121
Τρέχουσα Έκδοση 1.0.3
Τελευταία Ενημέρωση 2022-11-24
Ημερομηνία Δημοσίευσης 2022-08-15
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής landscapescroller.net
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://landscapescroller.net
Διεύθυνση URL της Σελίδας Βοήθειας https://landscapescroller.net/contact.html
URL της Σελίδας Πολιτικής Απορρήτου https://landscapescroller.net/privacy-policy.html
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Landscape Scroller",
    "short_name": "LandscapeScroller",
    "description": "A new tab extension that creates landscape wallpapers that you can scroll trough, as you wish to change your background",
    "manifest_version": 3,
    "version": "1.0.3",
    "permissions": [
        "storage",
        "bookmarks"
    ],
    "chrome_url_overrides": {
        "newtab": "html\/index.html"
    },
    "icons": {
        "16": "imgs\/ext_icons\/16.png",
        "32": "imgs\/ext_icons\/32.png",
        "64": "imgs\/ext_icons\/64.png",
        "128": "imgs\/ext_icons\/128.png"
    },
    "background": {
        "service_worker": "sw.js"
    },
    "host_permissions": [
        "*:\/\/landscapescroller.net\/*"
    ]
}