Doridor Lite

Replace new tab page with a personal widgeted dashboard, featuring amazing background images and the possibility to choose your own

Τι είναι το Doridor Lite;

Το Doridor Lite είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον dorifriend, και η κύρια λειτουργία του είναι "Replace new tab page with a personal widgeted dashboard, featuring amazing background images and the possibility to choose your own".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        We hope you have your magic boots on because it’s time for a Magic Moomba ride through the inter webs! Our team of 17 Magic Moomba’s have worked super hard to hand deliver, to you, an imaginative door (new tab) to the world of wonder that awaits you on the Internet. 

The Moomba’s first quest was to allow YOU to upload YOUR OWN images to see and cheer you on as you go through your day, always reminding you of what is important, be it your family, your pets, your travel or perhaps even one of our Magic Moomba whimsical picks, doridor will become a special place to come to every time you open a new tab… where magic awaits you and fairies really do fly.

Magical Awesomeness Included:

• Create your own magical dashboard full of personal photos, fairies and glitter dust

• Or, let us create the magic for you with our enchanting photo galleries sure to make you dream and wander

• Wonderful Widgets to Choose from, Turn off or on, Move around to where YOU want.

• Google Search from your custom magic doridor page

Are you ready for the ride of your life? Strap in and prepare for your new life with your new fully customizable dashboard and family of Magic Moomba’s at your side.

Your new doorway to the magical world of the internet awaits. Fully immersive we promise to change how you enter your online world.

But even Rome wasn’t built in a day, and even though our team of Moomba’s are working through the night, we couldn’t fit ALL our dreams into the first gold plated edition of doridor. So, the dream continues..

Future Awesomeness Will Include:

• Image Rotation: see a new favorite pic everytime you open a new tab
• Send Images: send images to other members to see when they open their new tab 
• Widget Fever: Weather, ToDo Lists, Quotes, Color Choices, Clock Styles, Font Choices, Links, and a ton more magic

With love and fairy dust, 
Your Magic Moomba Family From Planet DoriDor                    

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

Όνομα Doridor Lite Doridor Lite
ID fomliiphodbjfhgeiginebkjnfnnogpm
Επίσημο URL https://chrome.google.com/webstore/detail/doridor-lite/fomliiphodbjfhgeiginebkjnfnnogpm
Περιγραφή Replace new tab page with a personal widgeted dashboard, featuring amazing background images and the possibility to choose your own
Μέγεθος Αρχείου 16.64 MB
Αριθμός Εγκαταστάσεων 17
Τρέχουσα Έκδοση 0.6.2
Τελευταία Ενημέρωση 2016-04-18
Ημερομηνία Δημοσίευσης 2016-04-18
Αξιολόγηση 4.33/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής dorifriend
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Doridor Lite",
    "manifest_version": 2,
    "version": "0.6.2",
    "chrome_url_overrides": {
        "newtab": "mypage.html"
    },
    "background": {
        "scripts": [
            "background.js",
            "scripts\/jquery-2.2.0.min.js",
            "scripts\/thirdparty.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/cse.google.com https:\/\/www.google.com https:\/\/www.google-analytics.com https:\/\/query.yahooapis.com https:\/\/snhomepage.com.local https:\/\/doridor.com https:\/\/*.doridor.com https:\/\/*.wikipedia.org 'unsafe-eval'; object-src 'self'",
    "description": "Replace new tab page with a personal widgeted dashboard, featuring amazing background images and the possibility to choose your own",
    "icons": {
        "128": "icon_128.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "omnibox": {
        "keyword": "*"
    },
    "offline_enabled": true,
    "short_name": "Doridor",
    "permissions": [
        "tabs",
        "geolocation",
        "storage",
        "unlimitedStorage",
        "*:\/\/snhomepage.com.local\/*",
        "*:\/\/*.google.com\/*",
        "*:\/\/*.yahooapis.com\/*",
        "*:\/\/*.doridor.com\/*"
    ]
}