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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple Text editor to gather all the information from the web, to save it to .pdf or .doc afterwards."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Text Keeper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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:\/\/*\/*" ] } |