Revue Chrome
Revue
什麼是Revue Chrome?
Revue Chrome是由https://getrevue.co開發的Chrome擴展程式,該擴展的主要功能是“Revue”。
擴展截圖
下載Revue Chrome擴展crx文件
下載Revue Chrome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Revue is an editorial newsletter tool for writers and publishers. We help you build a loyal audience and monetize your newsletter using digital subscriptions, sponsoring, ads or other business models.
Use our Chrome extension to easily add content to your editorial newsletter. 擴展基本資訊
| 名稱 | |
| ID | fdnhneinocoonabhfbmelgkcmilaokcg |
| 官方網址 | https://chromewebstore.google.com/detail/revue-chrome/fdnhneinocoonabhfbmelgkcmilaokcg |
| 簡介 | Revue |
| 檔案大小 | 573 KB |
| 安裝次數 | 4,772 |
| 目前版本 | 1.16 |
| 更新時間 | 2022-01-09 |
| 上架時間 | 2019-05-01 |
| 評分 | 4.71/5 共 14 次評分 |
| 開發者 | https://getrevue.co |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | http://www.getrevue.co |
| 說明頁面URL | http://help.getrevue.co/ |
| 隱私政策頁面URL | https://www.getrevue.co/privacy |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Revue Chrome",
"short_name": "Revue",
"description": "Revue",
"version": "1.16",
"manifest_version": 2,
"icons": {
"16": "images\/icon16_active.png",
"48": "images\/icon48_active.png",
"128": "images\/icon128_active.png"
},
"browser_action": {
"default_icon": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"default_popup": ".\/index.html"
},
"permissions": [
"activeTab",
"http:\/\/localhost:3000\/",
"http:\/\/www.getrevue.co\/",
"https:\/\/www.getrevue.co\/"
],
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
} | |