Socializer!

Submission to top Social Networks, eMail recommendation, Translation, and more.

Socializer!คืออะไร?

Socializer! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.thefreewindows.com และคุณลักษณะหลักของมันคือ "Submission to top Social Networks, eMail recommendation, Translation, and more."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Socializer!

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

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

                        Socializer! for Chrome is a simple (loading instantly) and safe extension that will let you have a nice button to share any web page you might visit.

When you click on the Socializer! button, a clean and pleasant control panel offers sharing and translation options.

Socializer! supports Google Bookmarks and Google Plus submission, Reddit, Twitter, Facebook, eMail recommendation, Google Translate, HTML Code (href) for Link and Share Link, Short URL version with TinyURL, BlinkList, BlogMarks, Del.Icio.Us, Digg, Evernote, FormSpring, FriendFeed, Linkedin, LiveJournal, Chime, MySpace, Pinterest, StumbleUpon, Technorati, Connotea, DotNetKicks, DZone, Fark, Faves, LinkArena, LinkaGoGo, MisterWong, N4G, NewsVine, Netvouz, NuJIJ, Scoopeo, Tipd, Tumblr, Xerpi.

You will also have the option of getting automatically html links for any page you view, in order to paste them in your site, your blog, in Facebook messages, in forums, and wherever html is used.

This is an absolutely free and discreet, unobtrusive, extension - you will never be asked for anything.                    

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

ชื่อ Socializer! Socializer!
ID nijfoiompednccgmbnbiifcljbbmjink
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/socializer/nijfoiompednccgmbnbiifcljbbmjink
คำอธิบาย Submission to top Social Networks, eMail recommendation, Translation, and more.
ขนาดไฟล์ 14.25 KB
จำนวนการติดตั้ง 44
เวอร์ชันปัจจุบัน 3.0
อัปเดตครั้งล่าสุด 2013-06-15
วันที่เผยแพร่ 2013-06-15
คะแนน 4.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา http://www.thefreewindows.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.thefreewindows.com/
URL หน้าช่วยเหลือ http://www.thefreewindows.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Socializer!",
    "version": "3.0",
    "manifest_version": 2,
    "description": "Submission to top Social Networks, eMail recommendation, Translation, and more.",
    "icons": {
        "128": "128.png",
        "16": "19.png",
        "32": "32.png",
        "48": "48.png"
    },
    "background": {
        "scripts": [
            "socializerhead.js"
        ]
    },
    "browser_action": {
        "default_icon": "19.png",
        "default_title": "Share with Socializer!",
        "id": "Socializer!"
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/*"
    ]
}