Revere Chrome Extension

A companion to the Revere app that lets you quickly add notes from your Chrome browser.

Revere Chrome Extensionとは何ですか?

Revere Chrome Extensionはhttps://revereapp.comによって開発されたChromeの拡張機能で、その主な機能は「A companion to the Revere app that lets you quickly add notes from your Chrome browser.」です。

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

screenshot

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

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

拡張機能の使用方法

                        • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • 
Revere is a notes app for notes about people. It's a place to keep all the details about the important people in your life. Things like your last conversation, someone's favourite drink, or their family member's names. And with reminders, Revere makes sure you never forget to reach out when life gets busy.

This extension is a companion to the Revere mobile app and requires a Revere account (you can't sign-up through the extension). To create an account, download the Revere app to your phone (link available on revereapp.com). Revere is currently only available on iOS.                    

拡張機能の基本情報

名前 Revere Chrome Extension Revere Chrome Extension
ID fmibjefcmdhoeomfojpogiaonngjoijj
公式URL https://chromewebstore.google.com/detail/revere-chrome-extension/fmibjefcmdhoeomfojpogiaonngjoijj
説明 A companion to the Revere app that lets you quickly add notes from your Chrome browser.
ファイルサイズ 448 KB
インストール数 314
現在のバージョン 0.1
最終更新日 2018-11-05
公開日 2018-11-05
評価 3.00/5 合計 2 レビュー
開発者 https://revereapp.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.revereapp.com
プライバシーポリシーページのURL https://www.revereapp.com/privacy-policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Revere Chrome Extension",
    "description": "A companion to the Revere app that lets you quickly add notes from your Chrome browser.",
    "version": "0.1",
    "manifest_version": 2,
    "icons": {
        "64": "resources\/images\/revere-active-64.png",
        "128": "resources\/images\/revere-active-128.png",
        "256": "resources\/images\/revere-active-256.png"
    },
    "browser_action": {
        "default_title": "Revere",
        "default_popup": "html\/popup\/popup.html",
        "default_icon": {
            "64": "resources\/images\/revere-inactive-64.png",
            "128": "resources\/images\/revere-inactive-128.png",
            "256": "resources\/images\/revere-inactive-256.png"
        }
    },
    "background": {
        "scripts": [
            "scripts\/vendor\/firebase.min.js",
            "scripts\/background\/firebaseConnect.js",
            "scripts\/background\/background.js"
        ]
    },
    "permissions": [
        "storage",
        "contextMenus"
    ]
}