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.
拡張機能の基本情報
名前 | Revue Chrome |
ID | fdnhneinocoonabhfbmelgkcmilaokcg |
公式URL | 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 |
Eメール | [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'" } |