GX for Google+

GX for Google+ (Classic) brings drag & drop bookmarking of posts, on-air events, people, and more to your own personal dashboard.

GX for Google+ là gì?

GX for Google+ là một tiện ích mở rộng Chrome được phát triển bởi mattvisco510, và tính năng chính của nó là "GX for Google+ (Classic) brings drag & drop bookmarking of posts, on-air events, people, and more to your own personal dashboard.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng GX for Google+

Tải xuống các tệp mở rộng GX for Google+ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Do you lose track of interesting Google+ content you wish you could have saved— but it got lost in the endless Stream? Are there times when you find meaningful posts— but no time to engage them in the moment? With the GX extension, simply drag the post you want saved to a pop-up drop zone, and it will be viewable at any time on your Personal Page of our Google+ "help-companion site” G+Now.

Have you ever missed a "Hangout on Air” because you forgot when it was scheduled? Do you find yourself wanting a better way to track upcoming events? Now with GX for Google+ just drag a Hangout event post to the drop zone, drop it, and that event will now be viewable on the "What's on Now?” Video Event Calendar on G+Now.

To get started, be sure you are logged into your Google+ account before adding the GX extension. Click the GX icon found in the address bar to register a new account, or login with an existing one (this account will be the same as your G+Now account). Once logged in the GX extension will be enabled. Now as you hover across content on Google+, thin color-borders appear as an indicator of savable items. Save a post by dragging anywhere in its borders to the colored Drop Zone that will appear. You will see a visual confirmation of the save, and a small color dot gets "pinned" to the corner of that saved post. Where has it been saved? To your G+Now Personal Page!

Note: If GX border highlighting begins to bother you, or it prevents you from selecting text for copy & pasting, feel free to turn it off by right-clicking anywhere on Google+ and locating the GX menu. Also note that currently Posts, Events, and Hangouts on Air (on Google+ Classic) are fully functional. People, Communities, and Media from Posts will be coming soon.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GX for Google+ GX for Google+
ID nfbgojfmpnohbhfpikdkdkcaphahbcdo
URL Chính Thức https://chrome.google.com/webstore/detail/gx-for-google+/nfbgojfmpnohbhfpikdkdkcaphahbcdo
Mô tả GX for Google+ (Classic) brings drag & drop bookmarking of posts, on-air events, people, and more to your own personal dashboard.
Kích Thước Tệp 1.47 MB
Số Lần Cài Đặt 118
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2015-12-18
Ngày Phát Hành 2015-12-18
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển mattvisco510
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GX for Google+",
    "description": "GX for Google+ (Classic) brings drag & drop bookmarking of posts, on-air events, people, and more to your own personal dashboard.",
    "version": "1.0.5",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/plus.google.com\/*",
                "http:\/\/plus.google.com\/*"
            ],
            "js": [
                "vendor\/jquery-2.1.4.min.js",
                "globals\/dictionaries.js",
                "globals\/errors.js",
                "content\/globalHelpers.js",
                "content\/classes.js",
                "content\/constants.js",
                "content\/parsers.js",
                "content\/savingElementUX.js",
                "content\/dragDrop.js",
                "content\/onboarding.js",
                "content\/setup.js"
            ],
            "css": [
                "views\/content.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "scripts": [
            "vendor\/jquery-2.1.4.min.js",
            "globals\/dictionaries.js",
            "globals\/errors.js",
            "background\/background-api.js",
            "background\/background-init.js"
        ],
        "persistent": true
    },
    "page_action": {
        "default_popup": "popup\/login.html",
        "default_title": "GX for Google+"
    },
    "web_accessible_resources": [
        "views\/*.html",
        "images\/*.png",
        "images\/*.gif",
        "images\/*.jpg",
        "fonts\/roboto\/*.ttf"
    ],
    "icons": {
        "16": "images\/gxbar_icon_16.png",
        "48": "images\/gxbar_icon_48.png",
        "128": "images\/gxbar_icon_128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "http:\/\/gplusnow.com\/*"
    ]
}