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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ |
عنوان صفحة المساعدة | 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 } |