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 |
官方網址 | 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 |
電子郵箱 | [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" } ] } |