Big G Bookmarks

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

Apa itu Big G Bookmarks?

Big G Bookmarks adalah ekstensi Chrome yang dikembangkan oleh http://invertedweb.com, dan fitur utamanya adalah "(Not Chrome Bookmarks) A bookmarklet to save the current tab to your Google Bookmarks. Visit https://bookmarks.google.com.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Big G Bookmarks

Unduh file ekstensi Big G Bookmarks dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Big G Bookmarks Big G Bookmarks
ID gjcchfkkfhgibgiealbeedbkchipfcjd
URL Resmi https://chrome.google.com/webstore/detail/big-g-bookmarks/gjcchfkkfhgibgiealbeedbkchipfcjd
Deskripsi (Not Chrome Bookmarks) A bookmarklet to save the current tab to your Google Bookmarks. Visit https://bookmarks.google.com.
Ukuran File 19.69 KB
Jumlah Instalasi 50
Versi Saat Ini 1.0
Terakhir Diperbarui 2015-06-17
Tanggal Publikasi 2015-06-17
Penilaian 4.33/5 Total 3 Penilaian
Pengembang http://invertedweb.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.google.com/bookmarks/
URL Halaman Bantuan https://support.google.com/toolbar/answer/43305?topic=15364&hl=en
URL Halaman Kebijakan Privasi https://inverted.com/privacy.html
Bahasa yang Didukung 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
}