Socializer!
Submission to top Social Networks, eMail recommendation, Translation, and more.
Socializer!とは何ですか?
Socializer!はhttp://www.thefreewindows.comによって開発されたChromeの拡張機能で、その主な機能は「Submission to top Social Networks, eMail recommendation, Translation, and more.」です。
拡張機能のスクリーンショット
Socializer!拡張機能のCRXファイルをダウンロード
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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", "*:\/\/*\/*" ] } |