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 |
Eメール | [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" } } |