Text Keeper
Simple Text editor to gather all the information from the web, to save it to .pdf or .doc afterwards.
Co to jest Text Keeper?
Text Keeper to rozszerzenie Chrome opracowane przez roblesg136, a jego główną funkcją jest „Simple Text editor to gather all the information from the web, to save it to .pdf or .doc afterwards.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Text Keeper
Pobierz pliki rozszerzeń Text Keeper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | noalkdgipciipfjddllfdfamgdhhbihk |
Oficjalny URL | https://chrome.google.com/webstore/detail/text-keeper/noalkdgipciipfjddllfdfamgdhhbihk |
Opis | Simple Text editor to gather all the information from the web, to save it to .pdf or .doc afterwards. |
Rozmiar pliku | 2.22 MB |
Liczba instalacji | 21 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2016-06-19 |
Data Publikacji | 2016-06-19 |
Ocena | 5.00/5 Łącznie 5 Oceny |
Deweloper | roblesg136 |
Typ Płatności | free |
Obsługiwane Języki | 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:\/\/*\/*" ] } |