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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" } ] } |