Socializer!
Submission to top Social Networks, eMail recommendation, Translation, and more.
Socializer! là gì?
Socializer! là một tiện ích mở rộng Chrome được phát triển bởi http://www.thefreewindows.com, và tính năng chính của nó là "Submission to top Social Networks, eMail recommendation, Translation, and more.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Socializer!
Tải xuống các tệp mở rộng Socializer! 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nijfoiompednccgmbnbiifcljbbmjink |
URL Chính Thức | https://chrome.google.com/webstore/detail/socializer/nijfoiompednccgmbnbiifcljbbmjink |
Mô tả | Submission to top Social Networks, eMail recommendation, Translation, and more. |
Kích Thước Tệp | 14.25 KB |
Số Lần Cài Đặt | 44 |
Phiên Bản Hiện Tại | 3.0 |
Cập Nhật Lần Cuối | 2013-06-15 |
Ngày Phát Hành | 2013-06-15 |
Đánh Giá | 4.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | http://www.thefreewindows.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.thefreewindows.com/ |
URL Trang Trợ Giúp | http://www.thefreewindows.com/ |
Ngôn Ngữ Được Hỗ Trợ | 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", "*:\/\/*\/*" ] } |