Anime Tab Dashboard

Change your default new tab for a new one with amazing backgrounds, to-do and inspiration.

Anime Tab Dashboard क्या है?

Anime Tab Dashboard https://animetab.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Change your default new tab for a new one with amazing backgrounds, to-do and inspiration."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Get inspired with a daily HD wallpaper and quote from anime world such as Naruto, Dragon Ball, Tokyo Ghoul, Fairy Tail, One Piece, Sword Art Online, Attack on Titan, Claymore and many more. Set your daily focus, and track your TODOs. All information is synced to your Google Chrome ID so your Todo List and other Quick Links will update at your work PC and at home.

FEATURES (not that many, we like it that way)
º Current Time / Date
º Todo List
º Your main focus for the day
º Type to Search the Web
º Quick Links
º New inspiration quote each time you open new tab
º Amazing daily wallpapers

HELP & SUGGESTIONS
Email us at: [email protected]

GET IN TOUCH
Email us at [email protected]

Privacy Policy:
https://animetab.co/legal/privacy

Terms:
https://animetab.co/legal/terms                    

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

नाम Anime Tab Dashboard Anime Tab Dashboard
ID ipoehjknmhfefbjpdaolkaeppcpmafph
आधिकारिक URL https://chrome.google.com/webstore/detail/anime-tab-dashboard/ipoehjknmhfefbjpdaolkaeppcpmafph
विवरण Change your default new tab for a new one with amazing backgrounds, to-do and inspiration.
फ़ाइल का आकार 5.35 MB
स्थापना संख्या 176
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2018-11-25
प्रकाशन तिथि 2018-11-25
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://animetab.co
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://animetab.co
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Anime Tab Dashboard",
    "short_name": "Anime Tab Dashboard",
    "version": "1.0.3",
    "description": "Change your default new tab for a new one with amazing backgrounds, to-do and inspiration.",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": "icons\/32.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage",
        "*:\/\/*.animetab.co\/"
    ]
}