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”。
扩展截图
下载Deskin.io扩展crx文件
下载Deskin.io扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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" } } |