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 |
官方網址 | 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" } |