TXTPEN Web Pen
txtpen learns the way you highlight the web
Wat is TXTPEN Web Pen?
TXTPEN Web Pen is een Chrome-extensie ontwikkeld door http://txtpen.com, en de belangrijkste functie is "txtpen learns the way you highlight the web".
Extensie Screenshots
Download het CRX-bestand van de extensie TXTPEN Web Pen
Download TXTPEN Web Pen-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | cgmgoplajbhiglefllnjknlcjnabimhk |
Officiële URL | https://chrome.google.com/webstore/detail/txtpen-web-pen/cgmgoplajbhiglefllnjknlcjnabimhk |
Beschrijving | txtpen learns the way you highlight the web |
Bestandsgrootte | 18.57 KB |
Aantal Installaties | 162 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2018-04-01 |
Publicatiedatum | 2018-04-01 |
Beoordeling | 2.33/5 Totaal 3 Beoordelingen |
Ontwikkelaar | http://txtpen.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://txtpen.com |
Ondersteunde Talen | 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" } |