mywebook clipping tool
Use mywebook clipping tool to save articles, videos, images, products and more to your account for later reading and easy access.
mywebook clipping toolとは何ですか?
mywebook clipping toolはhttps://www.mywebook.comによって開発されたChromeの拡張機能で、その主な機能は「Use mywebook clipping tool to save articles, videos, images, products and more to your account for later reading and easy access.」です。
拡張機能のスクリーンショット
mywebook clipping tool拡張機能のCRXファイルをダウンロード
mywebook clipping tool拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Mywebook is a new, dynamic, global and innovative platform providing services for fast internet navigation and personalization of content. It is an ideal homepage! Quickly and easily you can explore, save and organize, what you like on the web. It is also an ideal bookmark manager. When you want to bookmark articles, videos and more in Chrome that you want to view later, use mywebook. Save articles, videos, recipes, and web pages you find online and access them whenever you want, from your pc, mobile or tablet.
拡張機能の基本情報
名前 | mywebook clipping tool |
ID | pmdnlbnecibhnahdcenfjpinmffahfmg |
公式URL | https://chromewebstore.google.com/detail/mywebook-clipping-tool/pmdnlbnecibhnahdcenfjpinmffahfmg |
説明 | Use mywebook clipping tool to save articles, videos, images, products and more to your account for later reading and easy access. |
ファイルサイズ | 298 KB |
インストール数 | 3,482 |
現在のバージョン | 1.0.38 |
最終更新日 | 2021-01-06 |
公開日 | 2019-12-15 |
評価 | 4.57/5 合計 14 レビュー |
開発者 | https://www.mywebook.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.mywebook.com |
ヘルプページのURL | https://www.mywebook.com/#!/app/help/ |
プライバシーポリシーページのURL | https://www.mywebook.com |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.38", "name": "mywebook clipping tool", "short_name": "mywebook", "description": "Use mywebook clipping tool to save articles, videos, images, products and more to your account for later reading and easy access.", "manifest_version": 2, "minimum_chrome_version": "5.0", "icons": { "16": "data\/icon\/icon-16.png", "128": "data\/icon\/icon-128.png" }, "default_locale": "en", "background": { "page": "data\/background\/background.html" }, "browser_action": { "default_icon": { "16": "data\/icon\/icon-16.png", "48": "data\/icon\/icon-48.png", "128": "data\/icon\/icon-128.png" }, "default_title": "Mywebook", "default_popup": "data\/popup\/popup.html" }, "permissions": [ "tabs", "storage", "https:\/\/www.mywebook.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.mywebook.com\/*" ], "js": [ "data\/content\/content.js" ], "run_at": "document_end" } ] } |