TxtPad

Quick Notes from Anywhere!

什麼是TxtPad?

TxtPad是由https://txtpad.in開發的Chrome擴展程式,該擴展的主要功能是“Quick Notes from Anywhere!”。

擴展截圖

screenshot
screenshot
screenshot

下載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 TxtPad
ID andhgnknhimoabaoajbafhgglhkcmjae
官方網址 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"
    ]
}