Retwddit
A button for Twitter to quickly copy in the correct format for Reddit
Retwdditคืออะไร?
Retwddit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gianluca Bobbio (aka cheese_maniac) และคุณลักษณะหลักของมันคือ "A button for Twitter to quickly copy in the correct format for Reddit"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Retwddit
ดาวน์โหลดไฟล์ส่วนขยาย Retwddit ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A button for Twitter to quickly copy in the correct format for Reddit. In the buttons section you will see the reddit button. Click it, and an alert will appear with this format: [FullName] TweetText Url. Just remember to cut the Url for the Url section. New tweets loaded will have a button too! Psst, if you want to contribute, I have a PayPal account with [email protected], and that would be great! thanks! :) You cand send your questions or recommendations to [email protected] So, happy use! and sorry for bad english!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | faahhamckjlbjomeojfbimmeflangelk |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/retwddit/faahhamckjlbjomeojfbimmeflangelk |
คำอธิบาย | A button for Twitter to quickly copy in the correct format for Reddit |
ขนาดไฟล์ | 73.8 KB |
จำนวนการติดตั้ง | 37 |
เวอร์ชันปัจจุบัน | 2 |
อัปเดตครั้งล่าสุด | 2015-07-21 |
วันที่เผยแพร่ | 2015-07-21 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Gianluca Bobbio (aka cheese_maniac) |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Retwddit", "description": "A button for Twitter to quickly copy in the correct format for Reddit", "version": "2", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*" ], "js": [ "jquery-2.1.4.min.js", "retwddit.js" ], "css": [ "retwddit.css" ] } ] } |