Deskin.io

1. Auto load deskin.io in new tab. 2. Click on deskin extension to open a tab with all your links and files

Deskin.io क्या है?

Deskin.io https://deskin.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "1. Auto load deskin.io in new tab. 2. Click on deskin extension to open a tab with all your links and files"।

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

screenshot
screenshot
screenshot

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

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

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

                        What is deskin ? 
-Deskin is next generation bookmarks tool or Cloud Desktop.
-Save Links and PDF, TXT, DOC, PNG, JPG files. 
-You can download your files or share download link with your friends.
-Files like photos PDF  or TXT can be opened directly in browser.
-Organise everything in folders. 
-Useful widgets like notes and clock.

Just login from any device or any browser and your cloud desktop is there with all your files.


What this extension can do ?
Functionality:
1) Autoload deskin in new tab
2) Click on extension to open a small window with all your links and files                    

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

नाम Deskin.io Deskin.io
ID lpodckmnejlgaigijkefnpnfjooiddfo
आधिकारिक URL https://chromewebstore.google.com/detail/deskinio/lpodckmnejlgaigijkefnpnfjooiddfo
विवरण 1. Auto load deskin.io in new tab. 2. Click on deskin extension to open a tab with all your links and files
फ़ाइल का आकार 17.99 KB
स्थापना संख्या 29
वर्तमान संस्करण 0.4.1
अंतिम अपडेट 2018-11-13
प्रकाशन तिथि 2018-11-13
डेवलपर https://deskin.io
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Deskin.io",
    "version": "0.4.1",
    "author": "Artin A.",
    "description": " 1. Auto load deskin.io in new tab. 2. Click on deskin extension to open a tab with all your links and files ",
    "manifest_version": 2,
    "permissions": [
        "activeTab"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "page": "popup.html"
    }
}