TXTPEN Web Pen
txtpen learns the way you highlight the web
Qu'est-ce que TXTPEN Web Pen ?
TXTPEN Web Pen est une extension Chrome développée par http://txtpen.com, et sa fonction principale est "txtpen learns the way you highlight the web".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TXTPEN Web Pen
Téléchargez les fichiers d'extension TXTPEN Web Pen 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
Informations de Base sur l'Extension
Nom | |
ID | cgmgoplajbhiglefllnjknlcjnabimhk |
URL Officiel | https://chrome.google.com/webstore/detail/txtpen-web-pen/cgmgoplajbhiglefllnjknlcjnabimhk |
Description | txtpen learns the way you highlight the web |
Taille du Fichier | 18.57 KB |
Nombre d'Installations | 162 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2018-04-01 |
Date de Publication | 2018-04-01 |
Évaluation | 2.33/5 Total 3 Évaluations |
Développeur | http://txtpen.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://txtpen.com |
Langues Prises en Charge | en |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "background.js" ] }, "browser_action": { "default_title": "TXTPEN INJECT" }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/cdnjs.cloudflare.com https:\/\/txtpen.com; object-src 'self'", "description": "txtpen learns the way you highlight the web", "homepage_url": "https:\/\/txtpen.com", "icons": { "128": "icon128.png", "16": "icon16.png", "32": "icon32.png", "96": "icon96.png" }, "manifest_version": 2, "name": "TXTPEN Web Pen", "permissions": [ "storage", "tabs", "webNavigation", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.2" } |