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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://onenote.com, και η κύρια λειτουργία του είναι "Save anything on the web to OneNote. Clip it to OneNote, organize and edit it, then access it from any device.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης OneNote Web Clipper

Λήψη αρχείων επέκτασης 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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα OneNote Web Clipper OneNote Web Clipper
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
Ηλεκτρονικό ταχυδρομείο [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": [
        "",
        "activeTab",
        "contextMenus",
        "tabs",
        "webRequest",
        "storage",
        "webNavigation"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "browser_action": {
        "default_title": "Clip to OneNote",
        "default_icon": {
            "19": "icons\/icon-19.png",
            "38": "icons\/icon-38.png"
        }
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "19": "icons\/icon-19.png",
        "32": "icons\/icon-32.png",
        "38": "icons\/icon-38.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "96": "icons\/icon-96.png",
        "128": "icons\/icon-128.png",
        "256": "icons\/icon-256.png"
    }
}