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:\/\/*\/*" ] } |