Plurk-it
Context menu item that plurks the current page-if text is selected provides a menu item to search plurks for the text
Plurk-itคืออะไร?
Plurk-it เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://timothytocci.wordpress.com และคุณลักษณะหลักของมันคือ "Context menu item that plurks the current page-if text is selected provides a menu item to search plurks for the text"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Plurk-it
ดาวน์โหลดไฟล์ส่วนขยาย Plurk-it ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Nice minimalistic add-on that adds a context menu to share a page on plurk.com If text on the web page is selected, it then adds a context menu to search plurk posts for the selected text. To see the code for this add-on go to: http://timothytocci.com/2012/07/29/plurk-it-a-simple-google-chrome-extension-for-using-plurk-com/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Plurk-it |
ID | phapeaiiijjnafpcpcjcachmgdgfkkmc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/plurk-it/phapeaiiijjnafpcpcjcachmgdgfkkmc |
คำอธิบาย | Context menu item that plurks the current page-if text is selected provides a menu item to search plurks for the text |
ขนาดไฟล์ | 42.95 KB |
จำนวนการติดตั้ง | 24 |
เวอร์ชันปัจจุบัน | 0.2 |
อัปเดตครั้งล่าสุด | 2013-08-06 |
วันที่เผยแพร่ | 2013-08-05 |
คะแนน | 4.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://timothytocci.wordpress.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://timothytocci.com/ |
URL หน้าช่วยเหลือ | http://timothytocci.com/2012/07/29/plurk-it-a-simple-google-chrome-extension-for-using-plurk-com/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Plurk-it", "description": "Context menu item that plurks the current page-if text is selected provides a menu item to search plurks for the text", "version": "0.2", "permissions": [ "contextMenus" ], "icons": { "16": "plurk16.png", "32": "peopleicon32.png", "48": "peopleicon48.png", "128": "peopleicon128.png" }, "background": { "scripts": [ "app.js" ] }, "manifest_version": 2 } |