Milanote Web Clipper
Start planning your next great piece of work by collecting inspiration from around the web.
Milanote Web Clipperとは何ですか?
Milanote Web Clipperはhttps://www.milanote.comによって開発されたChromeの拡張機能で、その主な機能は「Start planning your next great piece of work by collecting inspiration from around the web.」です。
拡張機能のスクリーンショット
Milanote Web Clipper拡張機能のCRXファイルをダウンロード
Milanote Web Clipper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The Milanote Web Clipper lets you instantly save text, images, links, video and more to your Milanote account. When you're ready, log in to Milanote and organize your collection into beautiful visual boards. A Milanote account is free with no time limit. "Milanote is the Evernote for creatives" —Bryan Clark, The Next Web
拡張機能の基本情報
名前 | Milanote Web Clipper |
ID | mipimgcmndeggldjcbjfeogcpoafomhl |
公式URL | https://chromewebstore.google.com/detail/milanote-web-clipper/mipimgcmndeggldjcbjfeogcpoafomhl |
説明 | Start planning your next great piece of work by collecting inspiration from around the web. |
ファイルサイズ | 2.51 MB |
インストール数 | 111,938 |
現在のバージョン | 2.3.4 |
最終更新日 | 2024-02-05 |
公開日 | 2020-06-10 |
評価 | 4.86/5 合計 421 レビュー |
開発者 | https://www.milanote.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.milanote.com/ |
ヘルプページのURL | http://help.milanote.com/ |
プライバシーポリシーページのURL | https://www.milanote.com/legal/privacy-policy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Milanote Web Clipper", "short_name": "Milanote", "description": "Start planning your next great piece of work by collecting inspiration from around the web.", "version": "2.3.4", "author": "Milanote.com", "icons": { "16": "resources\/icons\/icon_16\/icon.png", "19": "resources\/icons\/icon_19\/icon.png", "32": "resources\/icons\/icon_16\/[email protected]", "38": "resources\/icons\/icon_19\/[email protected]", "40": "resources\/icons\/icon_40\/icon.png", "80": "resources\/icons\/icon_40\/[email protected]", "128": "resources\/icons\/icon_128\/icon.png", "256": "resources\/icons\/icon_128\/[email protected]" }, "options_ui": { "page": "options.html" }, "action": { "default_title": "Milanote" }, "background": { "service_worker": "background.bundle.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "*:\/\/app.milanote.com\/*", "*:\/\/staging.milanote.com\/*", "*:\/\/test.milanote.com\/*", "*:\/\/v1.milanote.com\/*", "*:\/\/new.milanote.com\/*", "*:\/\/beta.milanote.com\/*", "*:\/\/localhost\/*" ], "match_about_blank": false, "css": [ "css\/pinner.css", "css\/fonts.css" ], "js": [ "pinner.bundle.js", "drawer.bundle.js", "icon.bundle.js" ] }, { "matches": [ "*:\/\/app.milanote.com\/*", "*:\/\/staging.milanote.com\/*", "*:\/\/v1.milanote.com\/*", "*:\/\/new.milanote.com\/*", "*:\/\/beta.milanote.com\/*", "*:\/\/test.milanote.com\/*" ], "js": [ "restricted.bundle.js" ] } ], "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/app.milanote.com\/*", "*:\/\/staging.milanote.com\/*", "*:\/\/test.milanote.com\/*" ] }, "permissions": [ "scripting", "tabs", "activeTab", "identity", "storage", "contextMenus" ], "host_permissions": [ "https:\/\/*.milanote.com\/", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "web_accessible_resources": [ { "resources": [ "resources\/font\/*.*", "resources\/img\/*.*", "css\/drawer.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |