Tweet Page
A button that lets you tweet the current page title and url.
Tweet Pageคืออะไร?
Tweet Page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Stuart Knightley และคุณลักษณะหลักของมันคือ "A button that lets you tweet the current page title and url."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tweet Page
ดาวน์โหลดไฟล์ส่วนขยาย Tweet Page ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adds a simple button to Chrome that when clicked sends the current tab's title and URL to twitter.com/share, where you can edit the tweet before posting. No adware. Open source.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tweet Page |
ID | eobpfipgbnimppmpmcladpjdgeobmbaf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tweet-page/eobpfipgbnimppmpmcladpjdgeobmbaf |
คำอธิบาย | A button that lets you tweet the current page title and url. |
ขนาดไฟล์ | 9.82 KB |
จำนวนการติดตั้ง | 288 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2014-01-20 |
วันที่เผยแพร่ | 2014-01-20 |
คะแนน | 4.80/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Stuart Knightley |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/Stuk/tweet-page-chrome-extension |
URL หน้าช่วยเหลือ | https://github.com/Stuk/tweet-page-chrome-extension/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tweet Page", "version": "0.0.1", "manifest_version": 2, "description": "A button that lets you tweet the current page title and url.", "homepage_url": "https:\/\/github.com\/Stuk\/tweet-page-chrome-extension", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "__MSG_tweetPage__" }, "background": { "scripts": [ "main.js" ], "persistent": false }, "permissions": [ "tabs" ] } |