I Heart What I See
Every heart is a heart and when you see a heart you heart the heart.
I Heart What I Seeคืออะไร?
I Heart What I See เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sklise.com และคุณลักษณะหลักของมันคือ "Every heart is a heart and when you see a heart you heart the heart."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย I Heart What I See
ดาวน์โหลดไฟล์ส่วนขยาย I Heart What I See ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Every time you see a heart on Twitter, you heart that heart.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | khfbfkgknmbadpikekmpndghbmpeemeh |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/i-heart-what-i-see/khfbfkgknmbadpikekmpndghbmpeemeh |
คำอธิบาย | Every heart is a heart and when you see a heart you heart the heart. |
ขนาดไฟล์ | 49.79 KB |
จำนวนการติดตั้ง | 32 |
เวอร์ชันปัจจุบัน | 0.1.1 |
อัปเดตครั้งล่าสุด | 2015-11-06 |
วันที่เผยแพร่ | 2015-11-06 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://sklise.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/sklise/i-heart-what-i-see |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "I Heart What I See", "version": "0.1.1", "manifest_version": 2, "description": "Every heart is a heart and when you see a heart you heart the heart.", "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "https:\/\/*\/*" ] } |