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」です。

拡張機能のスクリーンショット

screenshot
screenshot

TXTPEN Web Pen拡張機能のCRXファイルをダウンロード

TXTPEN Web Pen拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 TXTPEN Web Pen TXTPEN Web Pen
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
Eメール [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"
}