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 |
官方網址 | 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:\/\/*\/*" ] } |