Instapaper highlights exporter
Visit instapaper.com/notes and click the extension icon to export your highlights from Instapaper.
Instapaper highlights exporterとは何ですか?
Instapaper highlights exporterはsawyerhによって開発されたChromeの拡張機能で、その主な機能は「Visit instapaper.com/notes and click the extension icon to export your highlights from Instapaper.」です。
拡張機能のスクリーンショット
Instapaper highlights exporter拡張機能のCRXファイルをダウンロード
Instapaper highlights exporter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A simple Chrome extension that adds a button to your browser toolbar which, when clicked, will export your Instapaper highlights as an HTML page (with JSON output included).
拡張機能の基本情報
名前 | Instapaper highlights exporter |
ID | oiklmlodhebcmaijgmheoafagfhbeohm |
公式URL | https://chromewebstore.google.com/detail/instapaper-highlights-exp/oiklmlodhebcmaijgmheoafagfhbeohm |
説明 | Visit instapaper.com/notes and click the extension icon to export your highlights from Instapaper. |
ファイルサイズ | 113 KB |
インストール数 | 664 |
現在のバージョン | 1.0.0.0 |
最終更新日 | 2016-09-02 |
公開日 | 2016-09-02 |
評価 | 4.88/5 合計 8 レビュー |
開発者 | sawyerh |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.0.0", "name": "Instapaper highlights exporter", "description": "Visit instapaper.com\/notes and click the extension icon to export your highlights from Instapaper.", "applications": { "gecko": { "id": "[email protected]", "strict_min_version": "48.0" } }, "background": { "scripts": [ "assets\/js\/background.min.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/www.instapaper.com\/*" ], "js": [ "\/assets\/js\/content-script.min.js" ] } ], "browser_action": { "default_icon": "\/assets\/images\/action-icon-38.png", "default_title": "Export Instapaper notes" }, "permissions": [ "https:\/\/www.instapaper.com\/", "downloads", "tabs" ], "icons": { "16": "assets\/images\/icon-16.png", "32": "assets\/images\/icon-32.png", "48": "assets\/images\/icon-48.png", "64": "assets\/images\/icon-64.png", "128": "assets\/images\/icon-128.png" } } |