Non-Official Retweeter for Twitter
You will be able to send a message as unofficial (quote) retweet on the Twitter.
Non-Official Retweeter for Twitterคืออะไร?
Non-Official Retweeter for Twitter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย r.nakamaru และคุณลักษณะหลักของมันคือ "You will be able to send a message as unofficial (quote) retweet on the Twitter."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Non-Official Retweeter for Twitter
ดาวน์โหลดไฟล์ส่วนขยาย Non-Official Retweeter for Twitter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is an extension for unofficial Retweets called "Quote Retweet" from Twitter. "QuoteRetweet" link will be displayed if you point the tweet, and you can copy it into a textarea for new posts by click. Twitter公式ページから非公式RT(他人のツイートを引用して自分でツイート)するための拡張です。 ツイートにマウスをホバーさせると「非公式RT」というリンクが表示され、 クリックするとそのツイートの内容を非公式RTの形で 投稿用テキストエリアにコピーします。 [[ 更新履歴 ]] >> v0.2.8 サイトのどこからでもつぶやけるように >> v0.2.6 Twitter公式サイトの更新に対応 >> v0.2.3 URLをTwitter内部の短縮URLに変換
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Non-Official Retweeter for Twitter |
ID | ilaejopladeipndncbhijlbildagmmni |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/non-official-retweeter-fo/ilaejopladeipndncbhijlbildagmmni |
คำอธิบาย | You will be able to send a message as unofficial (quote) retweet on the Twitter. |
ขนาดไฟล์ | 122 KB |
จำนวนการติดตั้ง | 17 |
เวอร์ชันปัจจุบัน | 0.3.0 |
อัปเดตครั้งล่าสุด | 2012-10-18 |
วันที่เผยแพร่ | 2012-10-18 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | r.nakamaru |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/pottava/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Non-Official Retweeter for Twitter", "version": "0.3.0", "manifest_version": 2, "description": "You will be able to send a message as unofficial (quote) retweet on the Twitter.", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "js": [ "jQuery1.8.1.js", "contentscript.js" ], "matches": [ "https:\/\/twitter.com\/*\/*", "https:\/\/twitter.com\/*", "http:\/\/twitter.com\/*\/*", "http:\/\/twitter.com\/*" ] } ] } |