GMark This
A simple and elegant way to integrate Chrome and Google Bookmarks
GMark Thisとは何ですか?
GMark ThisはMartin Spierによって開発されたChromeの拡張機能で、その主な機能は「A simple and elegant way to integrate Chrome and Google Bookmarks」です。
拡張機能のスクリーンショット
GMark This拡張機能のCRXファイルをダウンロード
GMark This拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | kmogdflocieilmlafdllihpnledmifbm |
公式URL | https://chromewebstore.google.com/detail/gmark-this/kmogdflocieilmlafdllihpnledmifbm |
説明 | A simple and elegant way to integrate Chrome and Google Bookmarks |
ファイルサイズ | 19.88 KB |
インストール数 | 467 |
現在のバージョン | 1.2 |
最終更新日 | 2012-09-26 |
公開日 | 2012-09-26 |
評価 | 3.11/5 合計 9 レビュー |
開発者 | Martin Spier |
支払い方法 | free |
拡張機能のウェブサイト | http://code.google.com/p/gmark-this/ |
ヘルプページのURL | http://code.google.com/p/gmark-this/w/list |
対応言語 | 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" ] } |