Open in Instapaper Text
Open pages in Instapaper Text via the toolbar icon, keyboard shortcut, or right clicking links.
Open in Instapaper Textとは何ですか?
Open in Instapaper Textはrawbytzによって開発されたChromeの拡張機能で、その主な機能は「Open pages in Instapaper Text via the toolbar icon, keyboard shortcut, or right clicking links.」です。
拡張機能のスクリーンショット
Open in Instapaper Text拡張機能のCRXファイルをダウンロード
Open in Instapaper Text拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Replaces the "Instapaper Text" bookmarklet with an icon in the Chrome toolbar, PLUS: • Right click links to open them faster in Instapaper Text without loading the original page first. • Assign a keyboard shortcut, and hide the toolbar icon if desired. *Important Notes* • "Instapaper Text" does not add pages to your Instapaper account automatically, it only opens them in a clean, easy to read format. • Once loaded, you can "Save to Instapaper", go to your account, and adjust text formatting options. • Not all websites are Instapaper Text compatible. Ver 2.2: Updated to handle new facebook link format on right click.
拡張機能の基本情報
名前 | Open in Instapaper Text |
ID | lkdmfkbmdklogdfgcbcgdfhkmanmbhih |
公式URL | https://chromewebstore.google.com/detail/open-in-instapaper-text/lkdmfkbmdklogdfgcbcgdfhkmanmbhih |
説明 | Open pages in Instapaper Text via the toolbar icon, keyboard shortcut, or right clicking links. |
ファイルサイズ | 22.96 KB |
インストール数 | 3,372 |
現在のバージョン | 2.2 |
最終更新日 | 2017-08-31 |
公開日 | 2017-08-31 |
評価 | 4.70/5 合計 10 レビュー |
開発者 | rawbytz |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open in Instapaper Text", "version": "2.2", "description": "Open pages in Instapaper Text via the toolbar icon, keyboard shortcut, or right clicking links.", "browser_action": { "default_icon": "ip_128.png", "default_title": "Open in Instapaper Text" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "icons": { "128": "ip_128.png" }, "permissions": [ "contextMenus", "activeTab" ], "manifest_version": 2 } |