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 |
官方網址 | 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" ] } |