7Reads
Save up to 7 articles to read later.
7Readsとは何ですか?
7ReadsはMaxiによって開発されたChromeの拡張機能で、その主な機能は「Save up to 7 articles to read later.」です。
拡張機能のスクリーンショット
7Reads拡張機能のCRXファイルをダウンロード
7Reads拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
We want to help you keep an uncluttered repository of knowledge. Save up to 7 articles to read later. Start by reading an article every day or follow your own pace.
拡張機能の基本情報
名前 | 7Reads |
ID | dccpgbihikflpeipplecegejebpeligi |
公式URL | https://chromewebstore.google.com/detail/7reads/dccpgbihikflpeipplecegejebpeligi |
説明 | Save up to 7 articles to read later. |
ファイルサイズ | 295 KB |
インストール数 | 158 |
現在のバージョン | 1.5.0 |
最終更新日 | 2021-07-30 |
公開日 | 2020-06-27 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | Maxi |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://7reads.now.sh |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "7Reads", "description": "Save up to 7 articles to read later.", "version": "1.5.0", "browser_action": { "default_popup": "index.html", "default_title": "Open 7reads" }, "icons": { "16": "icon-dark-16.png", "48": "icon-dark-48.png", "128": "icon-dark-128.png" }, "permissions": [ "tabs", "activeTab" ], "background": { "scripts": [ "background.js" ] } } |