PayPal Ticker

Keep track of your current paypal balance

PayPal Tickerとは何ですか?

PayPal Tickerはjfreak53によって開発されたChromeの拡張機能で、その主な機能は「Keep track of your current paypal balance」です。

PayPal Ticker拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        PayPal Tick allows you to keep track of your current PayPal account balance through the secure PayPal API over SSL at all times. It sits as an extension icon in Chrome and updates every minute your current balance.                    

拡張機能の基本情報

名前 PayPal Ticker PayPal Ticker
ID khmifablcaogobekfmkhljljdfpenlel
公式URL https://chrome.google.com/webstore/detail/paypal-ticker/khmifablcaogobekfmkhljljdfpenlel
説明 Keep track of your current paypal balance
ファイルサイズ 44.58 KB
インストール数 1,000
現在のバージョン 0.1
最終更新日 2015-03-12
公開日 2015-03-12
評価 4.52/5 合計 31 レビュー
開発者 jfreak53
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "persistent": true,
        "page": "bg.html"
    },
    "browser_action": {
        "default_icon": "bcicon.png",
        "default_title": "PayPal Ticker",
        "default_popup": "popup.html"
    },
    "description": "Keep track of your current paypal balance",
    "name": "PayPal Ticker",
    "permissions": [
        "https:\/\/*.paypal.com\/*",
        "storage"
    ],
    "version": "0.1",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "options_page": "options.html"
}