Bookmarks Extension for Google
Google Bookmarking made easy.
Qu'est-ce que Bookmarks Extension for Google ?
Bookmarks Extension for Google est une extension Chrome développée par Takuma Watanabe, et sa fonction principale est "Google Bookmarking made easy.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bookmarks Extension for Google
Téléchargez les fichiers d'extension Bookmarks Extension for Google au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Bookmarks Extension for Google |
ID | ngncegjbgnfpifehgmcjgniphmcjjipc |
URL Officiel | https://chromewebstore.google.com/detail/bookmarks-extension-for-g/ngncegjbgnfpifehgmcjgniphmcjjipc |
Description | Google Bookmarking made easy. |
Taille du Fichier | 228 KB |
Nombre d'Installations | 1,479 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2019-03-11 |
Date de Publication | 2019-03-11 |
Évaluation | 4.89/5 Total 9 Évaluations |
Développeur | Takuma Watanabe |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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?*" ] } |