Post Editor for Google+™

Provide simple formatting assistance for Google+.

Post Editor for Google+™คืออะไร?

Post Editor for Google+™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Paul Spoerry และคุณลักษณะหลักของมันคือ "Provide simple formatting assistance for Google+."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Post Editor for Google+™

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

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

                        Post Editor for Google+ adds formatting buttons to the bottom of the post box so you can easily style your posts. It also includes a variety of symbols that you can automatically inject into your post.

NOTE: This extension only works with the old style Google+ and does not (yet) work with the latest layout changes. I may at some point update it to do so but only once Google has finalized the changes in direction they've been making. 

v1.2.1 Has some tightened up code and should now work from your profile page. Users who experienced the page refreshing to a blank page when trying to use the buttons from their profile/page should be good to go now.

Hit me up on Google+ : https://plus.google.com/112915508949553064969/
Or find me on my site: http://www.PaulSpoerry.com/

* If you do not immediately see the Post Editor give it a couple of seconds. The Google+ elements that Post Editor attaches to has to be present on the page before it can display. If it still doesn't display hit the cancel button and try to share again. 

* Some users are reporting conflicts if you have other Google+ specific extensions installed (particularly Replies and more for Google+). 

* Please don't just down vote; submit feedback or hit the feedback link (on the details tab) and I'll do my best to help resolve the issue.                    

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

ชื่อ Post Editor for Google+™ Post Editor for Google+™
ID canbakmdapinjpiabkbdgmpenllifmij
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/post-editor-for-google+/canbakmdapinjpiabkbdgmpenllifmij
คำอธิบาย Provide simple formatting assistance for Google+.
ขนาดไฟล์ 165 KB
จำนวนการติดตั้ง 2,771
เวอร์ชันปัจจุบัน 1.2.1
อัปเดตครั้งล่าสุด 2016-03-12
วันที่เผยแพร่ 2016-03-12
คะแนน 3.79/5 รวมทั้งหมด 104 คะแนน
ผู้พัฒนา Paul Spoerry
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.paulspoerry.com/code/post-editor-for-google-plus/
URL หน้าช่วยเหลือ https://github.com/PaulSpoerry/PostEditorForGooglePlus/issues
URL หน้านโยบายความเป็นส่วนตัว https://help.github.com/articles/github-privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Post Editor for Google+\u2122",
    "version": "1.2.1",
    "default_locale": "en",
    "description": "Provide simple formatting assistance for Google+.",
    "author": "Paul Spoerry",
    "homepage_url": "http:\/\/www.paulspoerry.com\/code\/post-editor-for-google-plus\/",
    "icons": {
        "16": "icons\/gpeicon16.png",
        "48": "icons\/gpeicon48.png",
        "128": "icons\/gpeicon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/plus.google.com\/*"
            ],
            "css": [
                "css\/gpluseditor.css",
                "css\/css3-buttons.css",
                "css\/tiptip.css"
            ],
            "js": [
                "js\/gpluseditor.js",
                "js\/jquery-2.1.0.min.js",
                "js\/jquery.tiptip.minified.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*.png"
    ]
}