Big G Bookmarks

(Not Chrome Bookmarks) A bookmarklet to save the current tab to your Google Bookmarks. Visit https://bookmarks.google.com.

Big G Bookmarks là gì?

Big G Bookmarks là một tiện ích mở rộng Chrome được phát triển bởi http://invertedweb.com, và tính năng chính của nó là "(Not Chrome Bookmarks) A bookmarklet to save the current tab to your Google Bookmarks. Visit https://bookmarks.google.com.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Big G Bookmarks

Tải xuống các tệp mở rộng Big G Bookmarks 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

                        This extension will add a Google Bookmarks bookmarklet to your Chrome so you can easily save sites to your Google Bookmarks (not Chrome Bookmarks). Visit https://bookmarks.google.com to view and manage your Google Bookmarks.                    

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

Tên Big G Bookmarks Big G Bookmarks
ID gjcchfkkfhgibgiealbeedbkchipfcjd
URL Chính Thức https://chrome.google.com/webstore/detail/big-g-bookmarks/gjcchfkkfhgibgiealbeedbkchipfcjd
Mô tả (Not Chrome Bookmarks) A bookmarklet to save the current tab to your Google Bookmarks. Visit https://bookmarks.google.com.
Kích Thước Tệp 19.69 KB
Số Lần Cài Đặt 50
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-06-17
Ngày Phát Hành 2015-06-17
Đánh Giá 4.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển http://invertedweb.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.google.com/bookmarks/
URL Trang Trợ Giúp https://support.google.com/toolbar/answer/43305?topic=15364&hl=en
URL Trang Chính Sách Bảo Mật https://inverted.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "google-bookmarks.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "Big G Bookmarks"
    },
    "name": "Big G Bookmarks",
    "description": "(Not Chrome Bookmarks) A bookmarklet to save the current tab to your Google Bookmarks. Visit https:\/\/bookmarks.google.com.",
    "homepage_url": "http:\/\/www.invertedweb.com",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.0",
    "manifest_version": 2
}