Read with Instapaper

Instantly view any compatible web page in Instapaper's text view.

Read with Instapaperとは何ですか?

Read with InstapaperはPhilipp Comansによって開発されたChromeの拡張機能で、その主な機能は「Instantly view any compatible web page in Instapaper's text view.」です。

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

screenshot

Read with Instapaper拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Version 0.4:
Updated manifest to version 3.
Version 0.3:
New retina icon. I hope you like it.
Version 0.2:
Clicking the icon will do nothing if already displaying a site in Instapaper's text view. 
Changed manifest to version 2.                    

拡張機能の基本情報

名前 Read with Instapaper Read with Instapaper
ID loakjddodapechhbbfllclddgeccbmkl
公式URL https://chromewebstore.google.com/detail/read-with-instapaper/loakjddodapechhbbfllclddgeccbmkl
説明 Instantly view any compatible web page in Instapaper's text view.
ファイルサイズ 16.12 KB
インストール数 492
現在のバージョン 0.4
最終更新日 2022-09-06
公開日 2015-08-26
評価 4.67/5 合計 6 レビュー
開発者 Philipp Comans
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/pcomans/ReadWithInstapaper
ヘルプページのURL https://github.com/pcomans/ReadWithInstapaper/issues
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Read with Instapaper",
    "description": "Instantly view any compatible web page in Instapaper's text view.",
    "version": "0.4",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "24": "icon24.png",
            "32": "icon32.png"
        },
        "default_title": "Instapaper Text"
    },
    "homepage_url": "https:\/\/github.com\/pcomans\/ReadWithInstapaper",
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs"
    ],
    "manifest_version": 3
}