Add to Google Bookmarks (context menu)

Adds page to Google bookmarks

Add to Google Bookmarks (context menu) là gì?

Add to Google Bookmarks (context menu) là một tiện ích mở rộng Chrome được phát triển bởi rmanasyan, và tính năng chính của nó là "Adds page to Google bookmarks".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Add to Google Bookmarks (context menu)

Tải xuống các tệp mở rộng Add to Google Bookmarks (context menu) 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

                        Add any page to Google Bookmarks from the context menu (right-click). Selected text will be used as a bookmark note.
No extra buttons at the tool bar. Simple ;)                    

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

Tên Add to Google Bookmarks (context menu) Add to Google Bookmarks (context menu)
ID keobkeaihgkidbpfjojklhjjlfjgaejp
URL Chính Thức https://chromewebstore.google.com/detail/add-to-google-bookmarks-c/keobkeaihgkidbpfjojklhjjlfjgaejp
Mô tả Adds page to Google bookmarks
Kích Thước Tệp 8.29 KB
Số Lần Cài Đặt 1,009
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2013-03-27
Ngày Phát Hành 2013-03-27
Đánh Giá 4.57/5 Tổng số 21 Đánh Giá
Nhà Phát Triển rmanasyan
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Add to Google Bookmarks (context menu)",
    "description": "Adds page to Google bookmarks",
    "version": "1.0",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}