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
官方網址 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
電子郵箱 [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"
    ]
}