Friends+Me

Friends+Me is the best way to share great content to Google+,Twitter,Facebook,Tumblr,LinkedIn and Pinterest from ANYWHERE on the web

Friends+Meคืออะไร?

Friends+Me เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://friendsplus.me และคุณลักษณะหลักของมันคือ "Friends+Me is the best way to share great content to Google+,Twitter,Facebook,Tumblr,LinkedIn and Pinterest from ANYWHERE on the web"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Friends+Me

ดาวน์โหลดไฟล์ส่วนขยาย Friends+Me ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        **Keyboard shortcuts**

Show share dialog ... Ctrl+Shift+K or ⌘+Shift+K

**Editor shortcuts**

Bold style        ... Ctrl+B
Italic style      ... Ctrl+I

**How to configure this extension?**

In the extensions area to the right of the address bar, right-click the Friends+Me icon and from menu pick Options.

This product is not affiliated with Google.

==========
Changelog 
==========
v1.7.14 (2017-08-16):
(fix) fixed Google login

v1.7.11 (2017-08-09):
(general) complete rewrite and code simplification                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Friends+Me Friends+Me
ID pjdlcblehpgcjmpmopkipiinbdeemmaa
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/friends+me/pjdlcblehpgcjmpmopkipiinbdeemmaa
คำอธิบาย Friends+Me is the best way to share great content to Google+,Twitter,Facebook,Tumblr,LinkedIn and Pinterest from ANYWHERE on the web
ขนาดไฟล์ 37.54 KB
จำนวนการติดตั้ง 88
เวอร์ชันปัจจุบัน 1.7.14
อัปเดตครั้งล่าสุด 2017-08-16
วันที่เผยแพร่ 2017-08-16
คะแนน 1.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://friendsplus.me
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ http://help.friendsplus.me
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "short_name": "__MSG_appShortName__",
    "icons": {
        "16": "icons\/icon-16.png",
        "128": "icons\/icon-128.png"
    },
    "default_locale": "en",
    "homepage_url": "https:\/\/friendsplus.me",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "options_ui": {
        "page": "options.html"
    },
    "content_scripts": [
        {
            "css": [
                "styles\/googleplus.css"
            ],
            "js": [
                "scripts\/googleplus-inject.js"
            ],
            "all_frames": true,
            "matches": [
                "*:\/\/plus.google.com\/*"
            ]
        },
        {
            "js": [
                "scripts\/shareimage-inject.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "js": [
                "scripts\/share.js"
            ],
            "css": [
                "styles\/share.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon-19.png",
            "38": "icons\/icon-38.png"
        },
        "default_title": "Friends+Me"
    },
    "web_accessible_resources": [
        "icons\/icon-19.png",
        "icons\/icon-38.png",
        "icons\/icon-128.png"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "mac": "Command+Shift+K"
            },
            "description": "Share with Friends+Me"
        },
        "share": {
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "mac": "Command+Shift+K"
            },
            "description": "Share with Friends+Me"
        }
    },
    "version": "1.7.14"
}