Plurk-it
Context menu item that plurks the current page-if text is selected provides a menu item to search plurks for the text
Was ist Plurk-it?
Plurk-it ist eine Chrome-Erweiterung, die von https://timothytocci.wordpress.com entwickelt wurde, und ihr Hauptmerkmal ist "Context menu item that plurks the current page-if text is selected provides a menu item to search plurks for the text".
Erweiterungsscreenshots
Plurk-it-Erweiterungs-CRX-Datei herunterladen
Laden Sie Plurk-it-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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/
Grundlegende Informationen zur Erweiterung
Name | Plurk-it |
ID | phapeaiiijjnafpcpcjcachmgdgfkkmc |
Offizielle URL | https://chromewebstore.google.com/detail/plurk-it/phapeaiiijjnafpcpcjcachmgdgfkkmc |
Beschreibung | Context menu item that plurks the current page-if text is selected provides a menu item to search plurks for the text |
Dateigröße | 42.95 KB |
Installationsanzahl | 24 |
Aktuelle Version | 0.2 |
Letztes Update | 2013-08-06 |
Veröffentlichungsdatum | 2013-08-05 |
Bewertung | 4.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://timothytocci.wordpress.com |
Zahlungsart | free |
Erweiterungswebsite | http://timothytocci.com/ |
Hilfeseite URL | http://timothytocci.com/2012/07/29/plurk-it-a-simple-google-chrome-extension-for-using-plurk-com/ |
Unterstützte Sprachen | 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 } |