Bookmarks Extension for Google
Google Bookmarking made easy.
Wat is Bookmarks Extension for Google?
Bookmarks Extension for Google is een Chrome-extensie ontwikkeld door Takuma Watanabe, en de belangrijkste functie is "Google Bookmarking made easy.".
Extensie Screenshots
Download het CRX-bestand van de extensie Bookmarks Extension for Google
Download Bookmarks Extension for Google-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Bookmarks Extension for Google is a minimal, clean Chrome Extension for Google Bookmarks. With this, you can add a page to Google Bookmarks simply by clicking the icon.
Basisinformatie over de Extensie
Naam | Bookmarks Extension for Google |
ID | ngncegjbgnfpifehgmcjgniphmcjjipc |
Officiële URL | https://chromewebstore.google.com/detail/bookmarks-extension-for-g/ngncegjbgnfpifehgmcjgniphmcjjipc |
Beschrijving | Google Bookmarking made easy. |
Bestandsgrootte | 228 KB |
Aantal Installaties | 1,479 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2019-03-11 |
Publicatiedatum | 2019-03-11 |
Beoordeling | 4.89/5 Totaal 9 Beoordelingen |
Ontwikkelaar | Takuma Watanabe |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_application_title__", "description": "__MSG_application_description__", "version": "0.0.1", "default_locale": "en", "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "64": "icons\/icon_64.png", "128": "icons\/icon_128.png", "256": "icons\/icon_256.png" }, "browser_action": { "default_icon": "icons\/icon_64.png", "default_title": "__MSG_add_to_google_bookmarks__", "default_popup": "popup.html" }, "background": { "persistent": false, "scripts": [ "library\/jquery-2.1.4\/jquery-2.1.4.min.js", "common.js", "background.js" ] }, "commands": [], "incognito": "spanning", "offline_enabled": false, "omnibox": { "keyword": "b" }, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "activeTab", "http:\/\/www.google.com\/bookmarks\/mark?*", "https:\/\/www.google.com\/bookmarks\/mark?*" ] } |