TxtPad
Quick Notes from Anywhere!
Qu'est-ce que TxtPad ?
TxtPad est une extension Chrome développée par https://txtpad.in, et sa fonction principale est "Quick Notes from Anywhere!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TxtPad
Téléchargez les fichiers d'extension TxtPad au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
TxtPad for Google Chrome helps you in conveniently creating notes from web pages as you browse them. It saves all notes in your TxtPad account. With the TxtPad for Google Chrome, you can - + Select text content and save as note + Save current page link with title as a note + Save any link on the web page as a note + Create notes from any page All this without opening the TxtPad web applicatoin. It's super-quick and super-easy!
Informations de Base sur l'Extension
Nom | TxtPad |
ID | andhgnknhimoabaoajbafhgglhkcmjae |
URL Officiel | https://chromewebstore.google.com/detail/txtpad/andhgnknhimoabaoajbafhgglhkcmjae |
Description | Quick Notes from Anywhere! |
Taille du Fichier | 39.12 KB |
Nombre d'Installations | 181 |
Version Actuelle | 0.0.0.3 |
Dernière Mise à Jour | 2013-12-02 |
Date de Publication | 2013-12-01 |
Évaluation | 3.00/5 Total 4 Évaluations |
Développeur | https://txtpad.in |
Type de Paiement | free |
Site Web de l'Extension | http://txtpad.in |
URL de la Page d'Aide | http://txtpad.in |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TxtPad", "description": "Quick Notes from Anywhere!", "version": "0.0.0.3", "homepage_url": "http:\/\/txtpad.in", "icons": { "16": "images\/tbxlogo16.png", "48": "images\/tbxlogo48.png", "128": "images\/tbxlogo128.png" }, "browser_action": { "default_icon": "images\/tbxlogo19.png", "default_title": "TxtPad", "default_popup": "popup.html" }, "background": { "scripts": [ "scripts\/jquery-2.0.0.min.js", "scripts\/common.min.js", "scripts\/background.min.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "js": [ "scripts\/content_script.min.js" ] } ], "permissions": [ "contextMenus", "tabs", "notifications", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "images\/tbxlogo48.png", "images\/tbxlogo19.png", "scripts\/content_script.min.js.map" ] } |