Tweet The Page
Tweet the current page from the address bar
Tweet The Pageคืออะไร?
Tweet The Page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tiny Web Apps และคุณลักษณะหลักของมันคือ "Tweet the current page from the address bar"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tweet The Page
ดาวน์โหลดไฟล์ส่วนขยาย Tweet The Page ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Quickly share the page you're browsing on Twitter, right from the address bar (omnibox). When you click the icon in the address bar, a new tab will open with the tweet prepared for you. You can then edit it or send straight away. Version 2.0.0 - Sharing panel opens in separate window.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tweet The Page |
ID | clddnmnohefheaijfieeahbglfdencoe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tweet-the-page/clddnmnohefheaijfieeahbglfdencoe |
คำอธิบาย | Tweet the current page from the address bar |
ขนาดไฟล์ | 689 KB |
จำนวนการติดตั้ง | 58 |
เวอร์ชันปัจจุบัน | 2.0.0 |
อัปเดตครั้งล่าสุด | 2015-04-24 |
วันที่เผยแพร่ | 2015-04-24 |
คะแนน | 2.33/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Tiny Web Apps |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tweet The Page", "version": "2.0.0", "author": "Tiny Web Apps", "description": "Tweet the current page from the address bar", "icons": { "16": "img\/icon-x16.png", "48": "img\/icon-x48.png", "128": "img\/icon-x128.png" }, "permissions": [ "tabs" ], "page_action": { "default_icon": { "19": "img\/icon-x19.png", "38": "img\/icon-x38.png" }, "default_title": "Tweet this Page" }, "background": { "persistent": false, "scripts": [ "js\/background.js" ] } } |