PowerNotes Research

PowerNotes is a productivity tool that allows you to gather, organize, and track internet research easily and efficiently.

PowerNotes Research là gì?

PowerNotes Research là một tiện ích mở rộng Chrome được phát triển bởi https://powernotes.com, và tính năng chính của nó là "PowerNotes is a productivity tool that allows you to gather, organize, and track internet research easily and efficiently.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng PowerNotes Research

Tải xuống các tệp mở rộng PowerNotes Research dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        PowerNotes helps researchers make the leap from research to writing. First, the browser extension gives you the fastest way to save passages from the web, PDFs, and other digital materials. When you save a passage, you will also organize it and take notes. All saving will be done without leaving the source, so you won't need to copy and paste anymore! Also, the organizational structure is up to you. PowerNotes gives you a flexible organizational framework so that you can make the framework more sophisticated over time. So when you are doing research, you won't just be saving content, you will be creating an annotated outline at the same time. Everything that you gather will be saved in the Cloud.

Once you've gathered your research, you can view an outline of your research in our web app, where you can assess and reorganize it. We built an interface specifically designed for reorganization. You can just drag and drop your digital note cards, move them around with a simple menu (again, no more copy and pasting), and create blank note cards to incorporate your own thoughts. You can even turn your research outline into a writing outline so that you can more easily start that first draft. You can download your research into a MS Word or Google Doc, a spreadsheet, or RIS file.

For more information, visit our blog at: https://www.powernotes.com/resources/blog                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PowerNotes Research PowerNotes Research
ID cefhlgghdlbobdpihfdadojifnpghbji
URL Chính Thức https://chromewebstore.google.com/detail/powernotes-research/cefhlgghdlbobdpihfdadojifnpghbji
Mô tả PowerNotes is a productivity tool that allows you to gather, organize, and track internet research easily and efficiently.
Kích Thước Tệp 5.16 MB
Số Lần Cài Đặt 32,117
Phiên Bản Hiện Tại 0.85.7
Cập Nhật Lần Cuối 2024-03-04
Ngày Phát Hành 2020-06-03
Đánh Giá 4.14/5 Tổng số 36 Đánh Giá
Nhà Phát Triển https://powernotes.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.powernotes.com/legal/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PowerNotes Research",
    "description": "PowerNotes is a productivity tool that allows you to gather, organize, and track internet research easily and efficiently.",
    "version": "0.85.7",
    "version_name": "0.85.7",
    "browser_action": {
        "default_icon": "img\/icon-19.png",
        "default_popup": "popup.html",
        "default_title": "PowerNotes Research"
    },
    "background": {
        "page": "background.html"
    },
    "commands": {
        "toggle-sidebar": {
            "suggested_key": {
                "default": "Ctrl+Shift+E"
            },
            "description": "Toggle sidebar"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "js\/common.js",
                "js\/ContentScript.js"
            ],
            "all_frames": true,
            "match_about_blank": true
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "js\/Sidebar.js"
            ],
            "match_about_blank": true
        }
    ],
    "options_ui": {
        "browser_style": false,
        "open_in_tab": true,
        "page": "settings.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "background",
        "https:\/\/*\/",
        "http:\/\/*\/",
        "activeTab",
        "fileBrowserHandler",
        "webRequest",
        "webRequestBlocking",
        "",
        "webNavigation",
        "clipboardWrite",
        "contextMenus"
    ],
    "storage": {
        "managed_schema": "content\/preferences_schema.json"
    },
    "web_accessible_resources": [
        "css\/*.*",
        "fonts\/*.*",
        "img\/*.*",
        "content\/web\/viewer.html",
        "http:\/*",
        "https:\/*",
        "ftp:\/*",
        "file:\/*",
        "chrome-extension:\/*",
        "blob:*",
        "data:*",
        "filesystem:\/*",
        "drive:*",
        "js\/WebComponents.js",
        "sidebar.html"
    ],
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}