Reddzit Reader
Review your saved posts on Reddit, Pocket, and more.
Reddzit Readerとは何ですか?
Reddzit Readerはalxvallejoによって開発されたChromeの拡張機能で、その主な機能は「Review your saved posts on Reddit, Pocket, and more.」です。
拡張機能のスクリーンショット
Reddzit Reader拡張機能のCRXファイルをダウンロード
Reddzit Reader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
View your saved Reddit posts in a minimal reader. Expanding to Pocket and other news sources where you can save your favorite posts and review them, categorize them, unsave them, and more.
拡張機能の基本情報
名前 | Reddzit Reader |
ID | pphbloclmhhppmiknfjpddkefnialknl |
公式URL | https://chromewebstore.google.com/detail/reddzit-reader/pphbloclmhhppmiknfjpddkefnialknl |
説明 | Review your saved posts on Reddit, Pocket, and more. |
ファイルサイズ | 86.18 KB |
インストール数 | 34 |
現在のバージョン | 1.0 |
最終更新日 | 2019-01-22 |
公開日 | 2019-01-21 |
開発者 | alxvallejo |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://reddzit.seojeek.com |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reddzit Reader", "version": "1.0", "description": "Review your saved posts on Reddit, Pocket, and more.", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Reddzit", "default_icon": { "16": "reddzit-chrome-extension-02.png", "32": "reddzit-chrome-extension-02.png", "512": "reddzit-chrome-extension-02.png" } }, "manifest_version": 2 } |