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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Plurk-it 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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
}