OneNote Web Clipper
Save anything on the web to OneNote. Clip it to OneNote, organize and edit it, then access it from any device.
OneNote Web Clipperとは何ですか?
OneNote Web Clipperはhttps://onenote.comによって開発されたChromeの拡張機能で、その主な機能は「Save anything on the web to OneNote. Clip it to OneNote, organize and edit it, then access it from any device.」です。
拡張機能のスクリーンショット
OneNote Web Clipper拡張機能のCRXファイルをダウンロード
OneNote Web Clipper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
You're busy. OneNote Web Clipper lets you quickly clip all or part of a web page to OneNote, and save it for later. Clip images, pdfs, videos, or a visual bookmark of a page. Best of all, you can access them from any computer, tablet, or phone - even when you're offline.
CLIP YOUR WAY
- NO CLUTTER! Articles, recipes, or products can be clipped without all the ads, navigation, and noise.
- Highlight text, adjust the fonts, or add a note before you clip.
- Clip the whole page or several selections on the page. It's up to you.
WHAT TO CLIP
- All or part of a web page
- PDF files - online or on your computer
- Any image on a web page
- Videos from YouTube or Vimeo
- Create a visual bookmark of the page
GREAT FOR
- Travel
- Business
- Shopping
- Recipes
- Research
- News
- Inspiration
TAKE IT WITH YOU
- Anything you clip to OneNote will be available on all your devices, even if you're offline.
- Use OneNote's powerful search to find your information on any device.
- Share your information with others. 拡張機能の基本情報
| 名前 | |
| ID | gojbdfnpnhogfdgjbigejoaolejmgdhk |
| 公式URL | https://chromewebstore.google.com/detail/onenote-web-clipper/gojbdfnpnhogfdgjbigejoaolejmgdhk |
| 説明 | Save anything on the web to OneNote. Clip it to OneNote, organize and edit it, then access it from any device. |
| ファイルサイズ | 2.53 MB |
| インストール数 | 1,354,588 |
| 現在のバージョン | 3.9.3 |
| 最終更新日 | 2023-06-06 |
| 公開日 | 2019-06-03 |
| 評価 | 4.81/5 合計 67762 レビュー |
| 開発者 | https://onenote.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://www.onenote.com/clipper |
| ヘルプページのURL | http://answers.microsoft.com/en-us/office/forum/office_onenote-onenote_clipper-wabrowser_chrome |
| プライバシーポリシーページのURL | http://aka.ms/privacy |
| 対応言語 | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "OneNote Web Clipper",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "3.9.3",
"background": {
"scripts": [
"chromeExtension.js"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/onenote.officeapps.live.com\/*",
"https:\/\/ppc-onenote.officeapps.live.com\/*",
"https:\/\/onenote.officeapps-df.live.com\/*",
"https:\/\/onenote.officeapps.live-int.com\/*"
],
"js": [
"appendIsInstalledMarker.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"web_accessible_resources": [
"clipper.html",
"pageNav.html"
],
"permissions": [
" | |