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/
拡張機能の基本情報
| 名前 | |
| 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
} | |