Notejoy Web Clipper

Save and share anything you see on the web directly to Notejoy.

什麼是Notejoy Web Clipper?

Notejoy Web Clipper是由https://notejoy.com開發的Chrome擴展程式,該擴展的主要功能是“Save and share anything you see on the web directly to Notejoy.”。

擴展截圖

screenshot
screenshot

下載Notejoy Web Clipper擴展crx文件

下載Notejoy Web Clipper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        CLIP ANYTHING
- Clip any web page you find across the web
- Save as a simplified article for easy reading within Notejoy
- Or save a bookmark to get back to the original at any time
- Clip images, PDFs, and videos in addition to articles
- Great for saving any content you come across as part of your project's research

EASILY SHARE
- Simply save your clip in a team library to give your colleagues access
- Add a comment and @mention colleagues to bring the clip to their attention and start a conversation
- Easily maintain a central hub for your team to come back to so important research doesn't get lost in email or Slack                    

擴展基本資訊

名稱 Notejoy Web Clipper Notejoy Web Clipper
ID hdpnapnmccppiagahpoclpjdoimjjkic
官方網址 https://chromewebstore.google.com/detail/notejoy-web-clipper/hdpnapnmccppiagahpoclpjdoimjjkic
簡介 Save and share anything you see on the web directly to Notejoy.
檔案大小 34.12 KB
安裝次數 1,757
目前版本 1.2.0
更新時間 2020-12-20
上架時間 2019-01-20
評分 4.43/5 共 7 次評分
開發者 https://notejoy.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://notejoy.com
說明頁面URL https://notejoy.com/help
隱私政策頁面URL https://notejoy.com/privacy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notejoy Web Clipper",
    "version": "1.2.0",
    "manifest_version": 2,
    "description": "Save and share anything you see on the web directly to Notejoy.",
    "homepage_url": "https:\/\/notejoy.com",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "iframe.html",
        "iframe.js"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_title": "Clip to Notejoy"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ]
}