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 } |