Linkslap
Instantly share pics or pages with your friends!
Linkslapคืออะไร?
Linkslap เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://linkslap.me และคุณลักษณะหลักของมันคือ "Instantly share pics or pages with your friends!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Linkslap
ดาวน์โหลดไฟล์ส่วนขยาย Linkslap ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Linkslap is a tool to communicate instantly with your friends and followers. News travels fast, a picture is worth a thousand words, Linkslap's technology allows you to share pictures, videos, or literally thousands of words instantly with your community. The link you slap will open in a new browser window over whatever important work your friends are doing and you will be sure they enjoy it immediately. You won't have to ask if they got that thing you sent them. They got it. Features -Create a stream of your own or join an existing one -Copy the stream link and send it to your friends so they can join in. -Slap a link with a comment -Search and share gifs from within the extension
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | enedgjpcpdndphojklmjbcgcmdngigna |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/linkslap/enedgjpcpdndphojklmjbcgcmdngigna |
คำอธิบาย | Instantly share pics or pages with your friends! |
ขนาดไฟล์ | 1.14 MB |
จำนวนการติดตั้ง | 11 |
เวอร์ชันปัจจุบัน | 0.3.31 |
อัปเดตครั้งล่าสุด | 2015-04-24 |
วันที่เผยแพร่ | 2015-04-24 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | http://linkslap.me |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://linkslap.me |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Linkslap", "description": "Instantly share pics or pages with your friends!", "version": "0.3.31", "browser_action": { "default_icon": { "19": "img\/icon-19.png", "38": "img\/icon-38.png" }, "default_popup": "popup.html" }, "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "http:\/\/localhost:37459\/*", "http:\/\/linkslap.me\/*", "https:\/\/linkslap.me\/*" ], "js": [ "\/js\/vendor\/jquery-2.1.1.min.js", "\/js\/site-integration.js" ], "run_at": "document_start" } ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "storage", "idle", "notifications" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'", "incognito": "spanning", "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC42mC\/DRu5hGknoEQuYcJnTp1jNJ4XV7tetvvgwNvWI9ZFKJYdu0vcowTsrmrKxgABY8sU2SA4irPD51eB1\/9DMXVZ348E5Qh+nuW\/izrI0CVjNAmG5xOAzrGr6KzEIWLQgrboBBA25xthHzWGPna9qVjprOWUWxfdDiMBEMGt7QIDAQAB", "web_accessible_resources": [ "header.html", "\/css\/header.css" ] } |