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 là gì?

Plurk-it là một tiện ích mở rộng Chrome được phát triển bởi https://timothytocci.wordpress.com, và tính năng chính của nó là "Context menu item that plurks the current page-if text is selected provides a menu item to search plurks for the text".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Plurk-it

Tải xuống các tệp mở rộng Plurk-it dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Plurk-it Plurk-it
ID phapeaiiijjnafpcpcjcachmgdgfkkmc
URL Chính Thức https://chromewebstore.google.com/detail/plurk-it/phapeaiiijjnafpcpcjcachmgdgfkkmc
Mô tả Context menu item that plurks the current page-if text is selected provides a menu item to search plurks for the text
Kích Thước Tệp 42.95 KB
Số Lần Cài Đặt 24
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2013-08-06
Ngày Phát Hành 2013-08-05
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://timothytocci.wordpress.com
Loại Thanh Toán free
Trang Web Mở Rộng http://timothytocci.com/
URL Trang Trợ Giúp http://timothytocci.com/2012/07/29/plurk-it-a-simple-google-chrome-extension-for-using-plurk-com/
Ngôn Ngữ Được Hỗ Trợ 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
}