TurtleTab

Chrome extension with built-in weather, todo, notes, and google search functions

TurtleTab क्या है?

TurtleTab fsadikin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome extension with built-in weather, todo, notes, and google search functions"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        TurtleTab, a new home page full of user-friendly tools.

FEATURES:
1. Weather: Quickly see your current local weather and a 4 day forecast
2. Todos: Log reminders for yourself
3. Notes: Keep track of longer notes, archiving and pinning notes as you go
4. Google Search: Reduce that extra click by searching google right in your home page.
5. Apps: Enable/Disable any Google Chrome Extensions and Apps from one area
6. History: See your history or clear it!
7. Bookmarks: Easily peruse your bookmarks
8. Wallpapers: Flip through a few different backgrounds with the press of the turtle button                    

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

नाम TurtleTab TurtleTab
ID imaanfkbpecmdapjnoonjjbofnfplcbd
आधिकारिक URL https://chrome.google.com/webstore/detail/turtletab/imaanfkbpecmdapjnoonjjbofnfplcbd
विवरण Chrome extension with built-in weather, todo, notes, and google search functions
फ़ाइल का आकार 31.06 MB
स्थापना संख्या 17
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2017-11-14
प्रकाशन तिथि 2017-11-14
रेटिंग 4.67/5 कुल 6 रेटिंग्स
डेवलपर fsadikin
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/chingu-coders/Voyage2-Turtles-11
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TurtleTab",
    "description": "Chrome extension with built-in weather, todo, notes, and google search functions",
    "version": "1.0.0",
    "browser_action": {
        "default_icon": {
            "16": ".\/assets\/turtle16.png",
            "48": ".\/assets\/turtle48.png",
            "128": ".\/assets\/turtle128.png"
        },
        "default_title": "TurtleTab"
    },
    "icons": {
        "16": ".\/assets\/turtle16.png",
        "48": ".\/assets\/turtle48.png",
        "128": ".\/assets\/turtle128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            ".\/background.js"
        ]
    },
    "manifest_version": 2,
    "author": "Chingu Voyage2-Turtles-11",
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com\/ https:\/\/ajax.googleapis.com https:\/\/use.fontawesome.com\/b106d0e252.js 'unsafe-eval' ; object-src 'self' ",
    "permissions": [
        "activeTab",
        "tabs",
        "bookmarks",
        "geolocation",
        "history",
        "storage",
        "topSites",
        "management",
        "chrome:\/\/favicon\/"
    ],
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "https:\/\/*.google.com\/*",
            "https:\/\/*.fontawesome.com\/*"
        ]
    },
    "incognito": "not_allowed"
}