Sociocaster
This extension helps Sociocaster's users to share,schedule, and save content from the internet
Sociocasterคืออะไร?
Sociocaster เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sociocaster.com และคุณลักษณะหลักของมันคือ "This extension helps Sociocaster's users to share,schedule, and save content from the internet"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sociocaster
ดาวน์โหลดไฟล์ส่วนขยาย Sociocaster ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension helps Sociocaster's users to share,schedule, and save content from the internet Note: This is beta version Changelog : 1.6 - Disable hover button on Grafy.io 1.5 - Change cloud icon on facebook
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dndocgpmcgeeepldhgfgkhceaogiikbk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/sociocaster/dndocgpmcgeeepldhgfgkhceaogiikbk |
คำอธิบาย | This extension helps Sociocaster's users to share,schedule, and save content from the internet |
ขนาดไฟล์ | 79.39 KB |
จำนวนการติดตั้ง | 300 |
เวอร์ชันปัจจุบัน | 1.6 |
อัปเดตครั้งล่าสุด | 2016-12-05 |
วันที่เผยแพร่ | 2016-12-04 |
คะแนน | 4.71/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | https://sociocaster.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://sociocaster.com/app/privacypolicy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sociocaster", "description": "This extension helps Sociocaster's users to share,schedule, and save content from the internet", "version": "1.6", "browser_action": { "default_icon": { "19": "logo_icon_19.png", "38": "logo_icon_38.png" }, "default_title": "Sociocaster" }, "background": { "scripts": [ "thirds\/jquery-2.1.1.min.js", "scripts\/background.js" ], "persistent": false }, "content_scripts": [ { "js": [ "thirds\/jquery-2.1.1.min.js", "scripts\/inject.js", "scripts\/hover-button.js" ], "matches": [ "*:\/\/*\/*" ] }, { "css": [ "styles\/sc-facebook.css" ], "js": [ "scripts\/sc-facebook.js" ], "matches": [ "*:\/\/*.facebook.com\/*" ] } ], "permissions": [ "tabs", "activeTab", "https:\/\/*.sociocaster.com\/*", "storage" ], "web_accessible_resources": [ "manifest.json", "images\/*" ], "homepage_url": "https:\/\/sociocaster.com", "icons": { "128": "logo_icon_128.png", "16": "logo_icon_small.png", "48": "logo_icon_large.png" }, "options_page": "options.html" } |