Swirl it
Recommend the page you are on to one of your friends
Swirl itคืออะไร?
Swirl it เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.swrl.co และคุณลักษณะหลักของมันคือ "Recommend the page you are on to one of your friends"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Swirl it
ดาวน์โหลดไฟล์ส่วนขยาย Swirl it ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Swirl is a place to create reviews and recommendations for your friends. It makes it super simple to write a book, movie, music, or website review, and have your friends rate and discuss it. You can also use it as a way to remember all those things your friends recommended to you. Just swirl it!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mlcecjbidbmgjjokhjapcbilmollbejc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/swirl-it/mlcecjbidbmgjjokhjapcbilmollbejc |
คำอธิบาย | Recommend the page you are on to one of your friends |
ขนาดไฟล์ | 27.9 KB |
จำนวนการติดตั้ง | 13 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2015-06-07 |
วันที่เผยแพร่ | 2015-06-07 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | http://www.swrl.co |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.swrl.co/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Swirl it", "short_name": "Swirl", "description": "Recommend the page you are on to one of your friends", "homepage_url": "http:\/\/www.swrl.co\/", "version": "1.2", "browser_action": { "default_icon": "icon19.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [] } |