Text Keeper
Simple Text editor to gather all the information from the web, to save it to .pdf or .doc afterwards.
Text Keeperとは何ですか?
Text Keeperはroblesg136によって開発されたChromeの拡張機能で、その主な機能は「Simple Text editor to gather all the information from the web, to save it to .pdf or .doc afterwards.」です。
拡張機能のスクリーンショット
Text Keeper拡張機能のCRXファイルをダウンロード
Text Keeper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Editor de texto simple para reunir toda la información de la web,para guardarla en .pdf o .doc . Para activar el panel y la extensión deberás ir a la siguiente url y activar el panel: chrome://flags/#enable-panels
拡張機能の基本情報
名前 | |
ID | noalkdgipciipfjddllfdfamgdhhbihk |
公式URL | https://chrome.google.com/webstore/detail/text-keeper/noalkdgipciipfjddllfdfamgdhhbihk |
説明 | Simple Text editor to gather all the information from the web, to save it to .pdf or .doc afterwards. |
ファイルサイズ | 2.22 MB |
インストール数 | 21 |
現在のバージョン | 1.0.0 |
最終更新日 | 2016-06-19 |
公開日 | 2016-06-19 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | roblesg136 |
支払い方法 | free |
対応言語 | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Text Keeper", "version": "1.0.0", "manifest_version": 2, "description": "Simple Text editor to gather all the information from the web, to save it to .pdf or .doc afterwards.", "browser_action": { "default_title": "Text Keeper", "default_icon": "icons\/icon-32.png", "default_popup": "popup.html" }, "icons": { "16": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |