Notebook Web Clipper

Clear the clutter. Clip the web. Save to Notebook.

Notebook Web Clipperคืออะไร?

Notebook Web Clipper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://zoho.com และคุณลักษณะหลักของมันคือ "Clear the clutter. Clip the web. Save to Notebook."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Notebook Web Clipper

ดาวน์โหลดไฟล์ส่วนขยาย Notebook Web Clipper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Notebook Web Clipper

Clip content from the web to your Notebook with Web Clipper. Clipped content, saved as Note Cards, are immediately synced across your devices. Access your note cards through notebook.zoho.com. Download Notebook app on your devices today from zoho.com/notebook/mobile-app.html and boost your productivity. 

What can you clip?

* Be it a new recipe you want to try or the next place you want to visit, clip text, images, or links into a note card, and save to a specific notebook.
* Want to save an article for future reference? With Clean View, you can save the entire article as a note card, minus the ads.
* Need to quickly grab a screenshot of a web page? The 'Screenshot’ option quickly saves the screenshot as a Photo Card. You can choose to clip the entire page, or the visible view or only a part of the page. 
* Annotate images / screenshots before you add those in Notebook. We've added a complete annotation tool to edit your images.
* Add tags, reminders to note cards before you save those to Notebook.
* Convert any link to Smart Cards. Refer zoho.com/notebook/smart-card.html for more details on Smart Cards.
* Use Meeting Notes to take quick notes on an online meeting using Zoom, Cisco Webex, Zoho Meeting and Zoho Showtime.

Web Clipper can also be used to create note cards. Have a quick thought you want to note without leaving your browser? Create a quick note from scratch right from your browser. You can also add photos directly from your computer to Web Clipper.

Write your feedback to [email protected]

zoho.com/notebook/web-clipper.html                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Notebook Web Clipper Notebook Web Clipper
ID cneaciknhhaahhdediboeafhdlbdoodg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/notebook-web-clipper/cneaciknhhaahhdediboeafhdlbdoodg
คำอธิบาย Clear the clutter. Clip the web. Save to Notebook.
ขนาดไฟล์ 1.42 MB
จำนวนการติดตั้ง 90,338
เวอร์ชันปัจจุบัน 2.1.3
อัปเดตครั้งล่าสุด 2024-01-23
วันที่เผยแพร่ 2020-05-22
คะแนน 4.21/5 รวมทั้งหมด 1002 คะแนน
ผู้พัฒนา https://zoho.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://zoho.com/notebook
URL หน้าช่วยเหลือ https://help.zoho.com
URL หน้านโยบายความเป็นส่วนตัว https://www.zoho.com/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Notebook Web Clipper",
    "description": "Clear the clutter. Clip the web. Save to Notebook.",
    "version": "2.1.3",
    "background": {
        "scripts": [
            "vendor\/babelpolyfill\/babel-polyfill-6.26.0.js",
            "dist\/clipper-background.bundle.js",
            "vendor\/sanitize\/sanitize.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "vendor\/babelpolyfill\/babel-polyfill-6.26.0.js",
                "initial-load.js",
                "vendor\/readability\/Readability.js",
                "vendor\/security\/security.min.js",
                "vendor\/jquery\/jquery-3.1.0.min.js",
                "vendor\/zoho\/annotator\/fcomponents_annotator.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "html\/*",
        "assets\/*",
        "images\/icn-success-clipping.png",
        "images\/icn-close-popup.png",
        "images\/*",
        "css\/*",
        "js\/*",
        "fonts\/*",
        "vendor\/*"
    ],
    "browser_action": {
        "default_icon": {
            "19": "assets\/icons\/notebook-icon.png",
            "38": "assets\/icons\/[email protected]",
            "128": "assets\/icons\/notebook-128.png"
        }
    },
    "icons": {
        "16": "assets\/icons\/notebook-icon.png",
        "32": "assets\/icons\/[email protected]",
        "48": "assets\/icons\/notebook-128.png",
        "128": "assets\/icons\/notebook-128.png"
    },
    "content_security_policy": "script-src 'self'; object-src 'self';",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "unlimitedStorage",
        "webNavigation",
        ""
    ]
}