middlespot

Desktop The Web

middlespot क्या है?

middlespot https://middlespot.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Desktop The Web"।

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

screenshot
screenshot
screenshot

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

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

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

                        ***Requires Middlespot Web App***

Keep links, notes, files, docs, photos, social feeds, videos, bookmarks and more
on your very own web desktop, and sync it all with your Google Drive.

Spend less time looking and more time doing.



The middlespot extension works with the middlespot app and will:

import your bookmarks into your middlespot desktop.

make it simple to access any of your desktops with a single click from your browser toolbar.

allow you to add any website to one of your desktops from your toolbar.

Middlespot is free. Unlimited desktops, unlimited content.                    

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

नाम middlespot middlespot
ID djfkcofpclibgmphomlbpgndljnffegm
आधिकारिक URL https://chrome.google.com/webstore/detail/middlespot/djfkcofpclibgmphomlbpgndljnffegm
विवरण Desktop The Web
फ़ाइल का आकार 53.81 KB
स्थापना संख्या 674
वर्तमान संस्करण 4.0.1
अंतिम अपडेट 2017-11-14
प्रकाशन तिथि 2017-11-14
रेटिंग 3.90/5 कुल 10 रेटिंग्स
डेवलपर https://middlespot.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.middlespot.com/
गोपनीयता नीति पृष्ठ URL https://middlespot.com/privacy.php
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "middlespot",
    "description": "Desktop The Web",
    "version": "4.0.1",
    "browser_action": {
        "default_icon": "middlespotextension.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.middlespot.com\/*"
        ]
    },
    "permissions": [
        "activeTab",
        "identity",
        "bookmarks",
        "tabs",
        "http:\/\/*.middlespot.com\/*",
        "tabs",
        "https:\/\/*.middlespot.com\/*",
        "https:\/\/accounts.google.com\/*",
        "http:\/\/*.middlespot.com\/",
        "https:\/\/*.middlespot.com\/",
        "https:\/\/apis.google.com\/",
        "https:\/\/apis.google.com\/js\/platform.js",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}