PeopleMovers

Share and move your world forward

PeopleMoversとは何ですか?

PeopleMoversはPeopleMoversによって開発されたChromeの拡張機能で、その主な機能は「Share and move your world forward」です。

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

screenshot

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

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

拡張機能の使用方法

                        PeopleMovers.com is the place for people and organizations to build strong communities and a better world. You can share ideas, needs, news, events and more on interactive bulletin boards for your community or organization.

Download the PeopleMovers browser button and start posting articles from the web that your community, organization members or other leaders would find helpful or informative.

It only takes seconds to start making an impact as leaders locally and around the world can learn from what you have share!                    

拡張機能の基本情報

名前 PeopleMovers PeopleMovers
ID ihndlefgoddkepjlcikgjodoiicicpnk
公式URL https://chromewebstore.google.com/detail/peoplemovers/ihndlefgoddkepjlcikgjodoiicicpnk
説明 Share and move your world forward
ファイルサイズ 111 KB
インストール数 27
現在のバージョン 3.1
最終更新日 2019-09-15
公開日 2019-09-15
評価 5.00/5 合計 3 レビュー
開発者 PeopleMovers
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.peoplemovers.com
ヘルプページのURL https://www.peoplemovers.com/support
プライバシーポリシーページのURL https://www.peoplemovers.com/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PeopleMovers",
    "short_name": "PeopleMovers",
    "version": "3.1",
    "manifest_version": 2,
    "commands": {
        "toggle-feature-foo": {
            "suggested_key": {
                "default": "Alt+D",
                "mac": "Alt+D"
            },
            "description": "Toggle feature foo"
        }
    },
    "description": "Share and move your world forward",
    "background": {
        "scripts": [
            "jquery.min.js",
            "checker.js",
            "background.js",
            "popup.js"
        ]
    },
    "browser_action": {
        "default_icon": "logo-m.png",
        "default_title": "PeopleMovers",
        "default_popup": "background.html"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "contextMenus",
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webNavigation",
        "background"
    ],
    "icons": {
        "128": "logo-m.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "main.css"
            ],
            "js": [
                "jquery.min.js",
                "checker.js",
                "script.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "web_accessible_resources": [
        "pm-button.png",
        "pm-button_hover.png"
    ]
}