GMark This
A simple and elegant way to integrate Chrome and Google Bookmarks
GMark Thisคืออะไร?
GMark This เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Martin Spier และคุณลักษณะหลักของมันคือ "A simple and elegant way to integrate Chrome and Google Bookmarks"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GMark This
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |