middlespot

Desktop The Web

middlespotคืออะไร?

middlespot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://middlespot.com และคุณลักษณะหลักของมันคือ "Desktop The Web"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย middlespot

ดาวน์โหลดไฟล์ส่วนขยาย middlespot ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ***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"
        ]
    }
}