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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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

Deskin.io 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}