GMark This
A simple and elegant way to integrate Chrome and Google Bookmarks
What is GMark This?
GMark This is a Chrome extension developed by Martin Spier, and its main feature is "A simple and elegant way to integrate Chrome and Google Bookmarks".
Extension Screenshots
Download GMark This Extension CRX File
Download GMark This extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | kmogdflocieilmlafdllihpnledmifbm |
Official URL | https://chromewebstore.google.com/detail/gmark-this/kmogdflocieilmlafdllihpnledmifbm |
Description | A simple and elegant way to integrate Chrome and Google Bookmarks |
File Size | 19.88 KB |
Installation Count | 467 |
Current Version | 1.2 |
Last Updated | 2012-09-26 |
Publish Date | 2012-09-26 |
Rating | 3.11/5 Total 9 Ratings |
Developer | Martin Spier |
Payment Type | free |
Extension Website | http://code.google.com/p/gmark-this/ |
Help Page URL | http://code.google.com/p/gmark-this/w/list |
Supported Languages | 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" ] } |