Gridsup

Speed Dial & Productivity

Gridsup क्या है?

Gridsup https://gridsup.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Speed Dial & Productivity"।

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

screenshot
screenshot
screenshot

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

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

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

                        A New Speed Dial Extension. Add website shortcuts, weather widget, notes and to-do lists and many more. Share your Gridsup Boards with your co-workers or friends.

Based on our past experience we have decided to create a Modern Speed Dial with an extended spectrum of functionality and freedom of customization. We have redefined the Speed Dial page, with a pursue of minimalist aesthetics and enhanced experience.

Current Widgets:
 - Web Links (Shortcuts)
 - Web Links Lists
 - YouTube Lists
 - Calendar
 - Notes
 - To-Do Lists
 - Weather
 - Clocks
 - RSS Feeds
 - Calculator
 - Images
 - Search Bar
 - Ambient Sounds                    

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

नाम Gridsup Gridsup
ID nginabbjhjjbmjcimkmhloleglognimo
आधिकारिक URL https://chromewebstore.google.com/detail/gridsup/nginabbjhjjbmjcimkmhloleglognimo
विवरण Speed Dial & Productivity
फ़ाइल का आकार 30.75 MB
स्थापना संख्या 193
वर्तमान संस्करण 2.0.0
अंतिम अपडेट 2023-06-02
प्रकाशन तिथि 2020-06-06
रेटिंग 4.17/5 कुल 6 रेटिंग्स
डेवलपर https://gridsup.com
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://gridsup.com/
सहायता पृष्ठ URL https://gridsup.com/
गोपनीयता नीति पृष्ठ URL https://gridsup.com/privacy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gridsup",
    "short_name": "Gridsup",
    "theme_color": "#4DBA87",
    "icons": {
        "128": "\/img\/icons\/favicon-128x128.png",
        "144": "\/img\/icons\/favicon-144x144.png",
        "192": "\/img\/icons\/favicon-192x192.png"
    },
    "start_url": ".",
    "display": "standalone",
    "background_color": "#000000",
    "description": "Speed Dial & Productivity",
    "version": "2.0.0",
    "manifest_version": 3,
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/gruidsup.com\/"
    ],
    "action": {
        "default_title": "Add Site to your Gridsup!",
        "default_popup": "popup.html",
        "default_icon": {
            "128": "img\/icons\/favicon-128x128.png"
        }
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}