TXTPEN Web Pen

txtpen learns the way you highlight the web

What is TXTPEN Web Pen?

TXTPEN Web Pen is a Chrome extension developed by http://txtpen.com, and its main feature is "txtpen learns the way you highlight the web".

Extension Screenshots

screenshot
screenshot

Download TXTPEN Web Pen Extension CRX File

Download TXTPEN Web Pen extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name TXTPEN Web Pen TXTPEN Web Pen
ID cgmgoplajbhiglefllnjknlcjnabimhk
Official URL https://chrome.google.com/webstore/detail/txtpen-web-pen/cgmgoplajbhiglefllnjknlcjnabimhk
Description txtpen learns the way you highlight the web
File Size 18.57 KB
Installation Count 162
Current Version 0.0.2
Last Updated 2018-04-01
Publish Date 2018-04-01
Rating 2.33/5 Total 3 Ratings
Developer http://txtpen.com
Email [email protected]
Payment Type free
Extension Website https://txtpen.com
Supported Languages 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"
}