Plurk-it
Context menu item that plurks the current page-if text is selected provides a menu item to search plurks for the text
Apa itu Plurk-it?
Plurk-it adalah ekstensi Chrome yang dikembangkan oleh https://timothytocci.wordpress.com, dan fitur utamanya adalah "Context menu item that plurks the current page-if text is selected provides a menu item to search plurks for the text".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Plurk-it
Unduh file ekstensi Plurk-it dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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/
Informasi Dasar Ekstensi
Nama | Plurk-it |
ID | phapeaiiijjnafpcpcjcachmgdgfkkmc |
URL Resmi | https://chromewebstore.google.com/detail/plurk-it/phapeaiiijjnafpcpcjcachmgdgfkkmc |
Deskripsi | Context menu item that plurks the current page-if text is selected provides a menu item to search plurks for the text |
Ukuran File | 42.95 KB |
Jumlah Instalasi | 24 |
Versi Saat Ini | 0.2 |
Terakhir Diperbarui | 2013-08-06 |
Tanggal Publikasi | 2013-08-05 |
Penilaian | 4.00/5 Total 1 Penilaian |
Pengembang | https://timothytocci.wordpress.com |
Tipe Pembayaran | free |
Situs Ekstensi | http://timothytocci.com/ |
URL Halaman Bantuan | http://timothytocci.com/2012/07/29/plurk-it-a-simple-google-chrome-extension-for-using-plurk-com/ |
Bahasa yang Didukung | 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 } |