Mailbrew Read Later
Save links from around the web to read later in your brews.
Mailbrew Read Laterとは何ですか?
Mailbrew Read Laterはhttps://mailbrew.comによって開発されたChromeの拡張機能で、その主な機能は「Save links from around the web to read later in your brews.」です。
拡張機能のスクリーンショット
Mailbrew Read Later拡張機能のCRXファイルをダウンロード
Mailbrew Read Later拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
With this extension you can save links from around the web to Mailbrew. You will find these links in your email digest and in the Later page. You can learn more at mailbrew.com
拡張機能の基本情報
名前 | Mailbrew Read Later |
ID | fgcpnflfkoclnkgkkimfpbehjopdfdem |
公式URL | https://chromewebstore.google.com/detail/mailbrew-read-later/fgcpnflfkoclnkgkkimfpbehjopdfdem |
説明 | Save links from around the web to read later in your brews. |
ファイルサイズ | 19.66 KB |
インストール数 | 1,004 |
現在のバージョン | 1.2 |
最終更新日 | 2022-02-25 |
公開日 | 2020-09-13 |
評価 | 4.43/5 合計 7 レビュー |
開発者 | https://mailbrew.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://mailbrew.com/ |
ヘルプページのURL | https://mailbrew.com/ |
プライバシーポリシーページのURL | https://mailbrew.com/app-privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mailbrew Read Later", "version": "1.2", "description": "Save links from around the web to read later in your brews.", "permissions": [ "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content_script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "browser_action": [], "icons": { "16": "images\/chrome-icon16.png", "32": "images\/chrome-icon32.png", "48": "images\/chrome-icon48.png", "128": "images\/chrome-icon128.png" }, "manifest_version": 2 } |