Text Keeper
Simple Text editor to gather all the information from the web, to save it to .pdf or .doc afterwards.
Apa itu Text Keeper?
Text Keeper adalah ekstensi Chrome yang dikembangkan oleh roblesg136, dan fitur utamanya adalah "Simple Text editor to gather all the information from the web, to save it to .pdf or .doc afterwards.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Text Keeper
Unduh file ekstensi Text Keeper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | noalkdgipciipfjddllfdfamgdhhbihk |
URL Resmi | https://chrome.google.com/webstore/detail/text-keeper/noalkdgipciipfjddllfdfamgdhhbihk |
Deskripsi | Simple Text editor to gather all the information from the web, to save it to .pdf or .doc afterwards. |
Ukuran File | 2.22 MB |
Jumlah Instalasi | 21 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2016-06-19 |
Tanggal Publikasi | 2016-06-19 |
Penilaian | 5.00/5 Total 5 Penilaian |
Pengembang | roblesg136 |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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:\/\/*\/*" ] } |