Always Reading

This extension allows you to easily add the website your currently viewing into your alwaysreading.io reading list

Always Readingとは何ですか?

Always Readingはhttps://www.alwaysreading.ioによって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to easily add the website your currently viewing into your alwaysreading.io reading list」です。

拡張機能のスクリーンショット

screenshot

Always Reading拡張機能のCRXファイルをダウンロード

Always Reading拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Easily add articles, blogs or website pages to your alwaysreading.io, reading list. Once you've added the plugin,  you can simply click the spectacles icon and the current page url will be added to your reading list.

You'll need to sign up for an account at www.alwaysreading.io before you can use this extension.                    

拡張機能の基本情報

名前 Always Reading Always Reading
ID gihidhpmopfabfdkemhokgolidpnhnpn
公式URL https://chromewebstore.google.com/detail/always-reading/gihidhpmopfabfdkemhokgolidpnhnpn
説明 This extension allows you to easily add the website your currently viewing into your alwaysreading.io reading list
ファイルサイズ 871 KB
インストール数 52
現在のバージョン 1.6
最終更新日 2018-03-17
公開日 2018-03-17
評価 4.75/5 合計 4 レビュー
開発者 https://www.alwaysreading.io
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.alwaysreading.io
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Always Reading",
    "description": "This extension allows you to easily add the website your currently viewing into your alwaysreading.io reading list",
    "version": "1.6",
    "browser_action": {
        "default_icon": "images\/icon48.png",
        "default_popup": "popup.html",
        "default_title": "Always Reading!"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/*.alwaysreading.io\/"
    ]
}