Big G Bookmarks

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

Vad är Big G Bookmarks?

Big G Bookmarks är en Chrome-tillägg utvecklad av http://invertedweb.com, och dess huvudfunktion är "(Not Chrome Bookmarks) A bookmarklet to save the current tab to your Google Bookmarks. Visit https://bookmarks.google.com.".

Tilläggsskärmbilder

screenshot

Ladda ner Big G Bookmarks-förlängningens CRX-fil

Ladda ner Big G Bookmarks-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Big G Bookmarks Big G Bookmarks
ID gjcchfkkfhgibgiealbeedbkchipfcjd
Officiell webbadress https://chrome.google.com/webstore/detail/big-g-bookmarks/gjcchfkkfhgibgiealbeedbkchipfcjd
Beskrivning (Not Chrome Bookmarks) A bookmarklet to save the current tab to your Google Bookmarks. Visit https://bookmarks.google.com.
Filstorlek 19.69 KB
Antal Installationer 50
Aktuell Version 1.0
Senast Uppdaterad 2015-06-17
Publiceringsdatum 2015-06-17
Betyg 4.33/5 Totalt 3 Betyg
Utvecklare http://invertedweb.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.google.com/bookmarks/
Hjälpsida URL https://support.google.com/toolbar/answer/43305?topic=15364&hl=en
URL till Sekretesspolicy Sidan https://inverted.com/privacy.html
Stödda Språk 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
}