Remarq

Remarq Lite is a free tool that lets you take notes, collaborate, learn, and share -- anywhere!

Remarqとは何ですか?

Remarqはhttps://remarqable.comによって開発されたChromeの拡張機能で、その主な機能は「Remarq Lite is a free tool that lets you take notes, collaborate, learn, and share -- anywhere! 」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Remarq拡張機能のCRXファイルをダウンロード

Remarq拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Remarq Lite is the free browser extension of Remarq, the decentralized scholarly collaboration network from RedLink. Download the extension, and you can take core features of Remarq with you anywhere!

With Remarq Lite, you can easily:

- connect with others in private or public groups
- create a profile and connect with friends and colleagues
- make highlights and notes on articles and other documents you read on the web, and keep them all in one tool
- share links with friends and colleagues
- collaborate for research, projects, and teaching                    

拡張機能の基本情報

名前 Remarq Remarq
ID gbjoeicgnnclannmimohheehbbegpfec
公式URL https://chrome.google.com/webstore/detail/remarq/gbjoeicgnnclannmimohheehbbegpfec
説明 Remarq Lite is a free tool that lets you take notes, collaborate, learn, and share -- anywhere!
ファイルサイズ 34.6 MB
インストール数 1,658
現在のバージョン 0.0.0.1789
最終更新日 2020-02-02
公開日 2020-01-31
評価 4.27/5 合計 11 レビュー
開発者 https://remarqable.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.remarqable.com/app/remarq-lite.html
ヘルプページのURL https://remarqable.com/web/faq.html
プライバシーポリシーページのURL https://redlink.com/legal/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Remarq",
    "version": "0.0.0.1789",
    "description": "Remarq Lite is a free tool that lets you take notes, collaborate, learn, and share -- anywhere! ",
    "icons": [],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "32": "images\/lite_icon_inactive-32.png",
            "64": "images\/lite_icon_inactive-64.png",
            "128": "images\/lite_icon_inactive-128.png"
        },
        "default_title": "Remarq Lite"
    },
    "permissions": [
        "cookies",
        "background",
        "tabs",
        "activeTab",
        "file:\/\/*\/*",
        "https:\/\/remarqable.com\/",
        "https:\/\/*.redlink.com\/",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/fonts.googleapis.com\/",
        "http:\/\/fonts.googleapis.com\/",
        "https:\/\/fonts.gstatic.com\/"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.remarqable.com\/*",
            "*:\/\/remarqable.com\/*",
            "*:\/\/*.redlink.com\/*",
            "https:\/\/localhost\/*",
            "https:\/\/localhost:9443\/*"
        ]
    },
    "web_accessible_resources": [
        "groveLogo.gif",
        "banner.html",
        "groveInject.bundle.js",
        "images\/*",
        "dist\/*",
        "web\/*",
        "main\/*",
        "pdf.js\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-2CWF7ar1JbJDNK7YJQpjP7jlvfdY\/pe3fNN8MfaKFIY=' 'sha256-IjmmUuzYpK71k43TrozXzqTl9eOqJaoN5mTd1KRiTrU=' https:\/\/www.google-analytics.com https:\/\/ajax.googleapis.com https:\/\/cdnjs.cloudflare.com https:\/\/www.gstatic.com https:\/\/www.google.com https:\/\/storage.googleapis.com https:\/\/cdn.quilljs.com https:\/\/*.hotjar.com https:\/\/netdna.bootstrapcdn.com https:\/\/*.remarqable.com https:\/\/remarqable.com https:\/\/*.redlink.com https:\/\/localhost https:\/\/localhost:9443; object-src 'self'",
    "incognito": "split",
    "offline_enabled": false
}