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是由https://timothytocci.wordpress.com開發的Chrome擴展程式,該擴展的主要功能是“Context menu item that plurks the current page-if text is selected provides a menu item to search plurks for the text”。
擴展截圖
下載Plurk-it擴展crx文件
下載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 |
官方網址 | 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 } |