3XSocializer
3XSocializer for Chrome
3XSocializerคืออะไร?
3XSocializer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 3xSocial และคุณลักษณะหลักของมันคือ "3XSocializer for Chrome"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 3XSocializer
ดาวน์โหลดไฟล์ส่วนขยาย 3XSocializer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Found something interesting on the net? 3xSocializer for Chrome, along with it's sister WordPress plugin, makes it a breeze to share it with the world. Provided as part of Don Crowther's 3xSocial course at www.3xsocial.com. This extension's primary function is simple -- it will add a new button in the top right of your browser window that when pressed, will show you your list of blog accounts. Selecting one of them will make the extension do three things: 1. copy the title of the current webpage and insert it into a new blog post. 2. take the website's URL, pass it through bit.ly.com and provide a "Read More:" link in the new blog post's content area. 3. Optionally, you can also ask the extension to take a snapshot of the browser window, which is then automatically uploaded to the media manager in Wordpress and inserted into the content area for you. The concept is brilliant -- the extension makes it really simple to curate a webpage, whilst the WordPress plugin continues the process by then allowing you to share your new blog post to various social media outlets, with as much of the work as possible being done for you automatically. Setting up your blog account(s) is simple - all that is needed is the login URL (which looks like http://www.myblog.com/wp-admin), and the username & password of an admin user on that site. You can set up as many blog accounts as you like. Restrictions: the 3xSocializer for Chrome extension will only connect to a blog with the 3xSocializer plugin for WordPress installed, which is available at http://wordpress.org/extend/plugins/3xsocializer/. This is a commercial plugin which requires a licence key. Read more about the 3xSocial course by Don Crowther at www.3xSocial.com. Installation: If you already manually installed the previous .crx files from your hard drive, you will end up with two 3xSocializer extensions, so uninstall the previous copy from the Chrome Extensions page.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 3XSocializer |
ID | mbpmijagnjbgghcnplmecgomgjpechap |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/3xsocializer/mbpmijagnjbgghcnplmecgomgjpechap |
คำอธิบาย | 3XSocializer for Chrome |
ขนาดไฟล์ | 46.58 KB |
จำนวนการติดตั้ง | 16 |
เวอร์ชันปัจจุบัน | 0.10.3 |
อัปเดตครั้งล่าสุด | 2012-09-25 |
วันที่เผยแพร่ | 2012-09-25 |
คะแนน | 4.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | 3xSocial |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "3XSocializer", "version": "0.10.3", "manifest_version": 2, "description": "3XSocializer for Chrome", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "background", "unlimitedStorage" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon48.png", "default_title": "3XSocializer", "default_popup": "popup.html" }, "options_page": "configuration.html" } |