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/ Основная информация о расширении
| Название | |
| 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
} | |