Just Print

Web print at Carleton College made easy.

Just Printとは何ですか?

Just Printはdpiktによって開発されたChromeの拡張機能で、その主な機能は「Web print at Carleton College made easy.」です。

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

screenshot

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

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Just Print Just Print
ID kpkbjbgijemjeodkeocdjknhdcdmkmdf
公式URL https://chrome.google.com/webstore/detail/just-print/kpkbjbgijemjeodkeocdjknhdcdmkmdf
説明 Web print at Carleton College made easy.
ファイルサイズ 107 KB
インストール数 917
現在のバージョン 2.0.8
最終更新日 2017-01-31
公開日 2017-01-31
評価 4.73/5 合計 11 レビュー
開発者 dpikt
支払い方法 free
拡張機能のウェブサイト https://github.com/CarletonDevX/web-print
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Just Print",
    "short_name": "JFP",
    "description": "Web print at Carleton College made easy.",
    "version": "2.0.8",
    "permissions": [
        "https:\/\/print.ads.carleton.edu:9192\/",
        "http:\/\/45.55.59.57\/",
        "geolocation"
    ],
    "icons": {
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_title": "JFP"
    }
}