TXTPEN Web Pen
txtpen learns the way you highlight the web
什么是TXTPEN Web Pen?
TXTPEN Web Pen是由http://txtpen.com开发的Chrome扩展程序,该扩展的主要功能是“txtpen learns the way you highlight the web”。
扩展截图
下载TXTPEN Web Pen扩展crx文件
下载TXTPEN Web Pen扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| ID | cgmgoplajbhiglefllnjknlcjnabimhk |
| 官方URL | https://chrome.google.com/webstore/detail/txtpen-web-pen/cgmgoplajbhiglefllnjknlcjnabimhk |
| 简介 | txtpen learns the way you highlight the web |
| 文件大小 | 18.57 KB |
| 安装次数 | 162 |
| 当前版本 | 0.0.2 |
| 更新时间 | 2018-04-01 |
| 上架时间 | 2018-04-01 |
| 评分 | 2.33/5 共3次评分 |
| 开发者 | http://txtpen.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://txtpen.com |
| 支持的语言 | 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"
} | |