TxtPad
Quick Notes from Anywhere!
TxtPadとは何ですか?
TxtPadはhttps://txtpad.inによって開発されたChromeの拡張機能で、その主な機能は「Quick Notes from Anywhere!」です。
拡張機能のスクリーンショット
TxtPad拡張機能のCRXファイルをダウンロード
TxtPad拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
TxtPad for Google Chrome helps you in conveniently creating notes from web pages as you browse them. It saves all notes in your TxtPad account. With the TxtPad for Google Chrome, you can - + Select text content and save as note + Save current page link with title as a note + Save any link on the web page as a note + Create notes from any page All this without opening the TxtPad web applicatoin. It's super-quick and super-easy!
拡張機能の基本情報
名前 | TxtPad |
ID | andhgnknhimoabaoajbafhgglhkcmjae |
公式URL | https://chromewebstore.google.com/detail/txtpad/andhgnknhimoabaoajbafhgglhkcmjae |
説明 | Quick Notes from Anywhere! |
ファイルサイズ | 39.12 KB |
インストール数 | 181 |
現在のバージョン | 0.0.0.3 |
最終更新日 | 2013-12-02 |
公開日 | 2013-12-01 |
評価 | 3.00/5 合計 4 レビュー |
開発者 | https://txtpad.in |
支払い方法 | free |
拡張機能のウェブサイト | http://txtpad.in |
ヘルプページのURL | http://txtpad.in |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TxtPad", "description": "Quick Notes from Anywhere!", "version": "0.0.0.3", "homepage_url": "http:\/\/txtpad.in", "icons": { "16": "images\/tbxlogo16.png", "48": "images\/tbxlogo48.png", "128": "images\/tbxlogo128.png" }, "browser_action": { "default_icon": "images\/tbxlogo19.png", "default_title": "TxtPad", "default_popup": "popup.html" }, "background": { "scripts": [ "scripts\/jquery-2.0.0.min.js", "scripts\/common.min.js", "scripts\/background.min.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "js": [ "scripts\/content_script.min.js" ] } ], "permissions": [ "contextMenus", "tabs", "notifications", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "images\/tbxlogo48.png", "images\/tbxlogo19.png", "scripts\/content_script.min.js.map" ] } |