GMark This
A simple and elegant way to integrate Chrome and Google Bookmarks
Qu'est-ce que GMark This ?
GMark This est une extension Chrome développée par Martin Spier, et sa fonction principale est "A simple and elegant way to integrate Chrome and Google Bookmarks".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GMark This
Téléchargez les fichiers d'extension GMark This 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
GMark This is a Google Bookmarks extension for Chrome. It aims to provide a lightweight and elegant interface between Bookmarks and Chrome by providing simple ways of bookmarking new pages and searching bookmarks. Searches are also integrated with Chrome's Omnibox.
Informations de Base sur l'Extension
Nom | |
ID | kmogdflocieilmlafdllihpnledmifbm |
URL Officiel | https://chromewebstore.google.com/detail/gmark-this/kmogdflocieilmlafdllihpnledmifbm |
Description | A simple and elegant way to integrate Chrome and Google Bookmarks |
Taille du Fichier | 19.88 KB |
Nombre d'Installations | 467 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2012-09-26 |
Date de Publication | 2012-09-26 |
Évaluation | 3.11/5 Total 9 Évaluations |
Développeur | Martin Spier |
Type de Paiement | free |
Site Web de l'Extension | http://code.google.com/p/gmark-this/ |
URL de la Page d'Aide | http://code.google.com/p/gmark-this/w/list |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "GMark This", "description": "A simple and elegant way to integrate Chrome and Google Bookmarks", "version": "1.2", "manifest_version": 2, "icons": { "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "omnibox": { "keyword": "gmark" }, "browser_action": { "default_icon": "icon48.png", "default_title": "GMark This" }, "permissions": [ "tabs" ] } |