NotesAlong: Advanced Web & PDF Highligher
A fun and effective new tool to highlight, organize, and share information.
什麼是NotesAlong: Advanced Web & PDF Highligher?
NotesAlong: Advanced Web & PDF Highligher是由http://notesalong.com開發的Chrome擴展程式,該擴展的主要功能是“A fun and effective new tool to highlight, organize, and share information.”。
擴展截圖
下載NotesAlong: Advanced Web & PDF Highligher擴展crx文件
下載NotesAlong: Advanced Web & PDF Highligher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
NotesAlong is fully free and perfect for students and anyone who is doing research of any kind. Features: * Highlight and annotate web pages and PDFs using six different colors * Organize your information through collections, tags, colors, and reactions * Share all highlights on a webpage through a single click * Take detailed notes in addition to highlights using a rich text editor * Advanced search features An alternative to traditional notebook/note-taking apps such as Evernote, Google Keep and Microsoft OneNote.
擴展基本資訊
名稱 | |
ID | egpbgcdjicaeknfhonheocaepjcabbjg |
官方網址 | https://chrome.google.com/webstore/detail/notesalong-advanced-web-p/egpbgcdjicaeknfhonheocaepjcabbjg |
簡介 | A fun and effective new tool to highlight, organize, and share information. |
檔案大小 | 6.48 MB |
安裝次數 | 6,687 |
目前版本 | 1.3.0 |
更新時間 | 2021-05-25 |
上架時間 | 2020-06-30 |
評分 | 4.50/5 共 125 次評分 |
開發者 | http://notesalong.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://notesalong.com |
說明頁面URL | https://notesalong.com/contact |
隱私政策頁面URL | https://notesalong.com/privacy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NotesAlong: Advanced Web & PDF Highligher", "version": "1.3.0", "manifest_version": 2, "description": "A fun and effective new tool to highlight, organize, and share information.", "author": "https:\/\/notesalong.com", "browser_action": { "default_icon": { "16": "assets\/images\/logo16.png", "48": "assets\/images\/logo48.png", "128": "assets\/images\/logo128.png", "200": "assets\/images\/logo128.png" } }, "icons": { "16": "assets\/images\/logo16.png", "48": "assets\/images\/logo48.png", "128": "assets\/images\/logo128.png" }, "commands": { "load-assets": { "suggested_key": { "default": "Ctrl+Shift+1", "mac": "Ctrl+Shift+1" }, "description": "Initializes and loads highlights" }, "create-highlight": { "suggested_key": { "default": "Ctrl+Shift+2", "mac": "Ctrl+Shift+2" }, "description": "Creates a highlight" } }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self' 'sha256-Oxlk+WsHq8KBYW+rXNQek0H0bOxqKhv2\/IDKp5q\/1VA='", "background": { "scripts": [ "apps\/background\/background_app.js" ], "persistent": true }, "web_accessible_resources": [ "shared\/web_components\/*.*", "apps\/content_script\/content_script_app.js", "apps\/content_script\/main.css", "apps\/pdf\/*", "apps\/pdf\/web\/viewer.html" ], "externally_connectable": { "matches": [ "*:\/\/*.notesalong.com\/*", "*:\/\/lh3.googleusercontent.com\/*" ] }, "permissions": [ "activeTab", "storage", "tabs", "webNavigation", "commands", "http:\/\/*\/*notesalong*", "https:\/\/*\/*notesalong*" ] } |