Bookmark Keyword
Open bookmarks based on the keyword, which is defined as part of the bookmark title. e.g. [g] Google Search
Bookmark Keywordคืออะไร?
Bookmark Keyword เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alex Nazimok และคุณลักษณะหลักของมันคือ "Open bookmarks based on the keyword, which is defined as part of the bookmark title. e.g. [g] Google Search"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bookmark Keyword
ดาวน์โหลดไฟล์ส่วนขยาย Bookmark Keyword ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Bookmark Keyword is powerful extension that helps to navigate the web using bookmarks even easier. Bookmark any page, add keyword to the title and you are ready to jump the the page with just couple of keystrokes You can execute keyword commands by putting them on the end of the keyword or on the end of the url, if selected from the suggestions list. Followin commands are currently supported: :t - open in the new tab :p - pin tab :w - open in the new window :i - incognito mode For example: Assuming we have bookmark defined as '[fb] Facebook' to open the bookmark in the new window, you would type the following command in the omnibar "kw{tab}fb:w" The commands could be combined. For example to open the bookmark in the new incognito window you would type: 'kw{tab}fb:wi'.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Bookmark Keyword |
ID | jgmmhndnlacimnjmgplphnokhnlbhnmd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bookmark-keyword/jgmmhndnlacimnjmgplphnokhnlbhnmd |
คำอธิบาย | Open bookmarks based on the keyword, which is defined as part of the bookmark title. e.g. [g] Google Search |
ขนาดไฟล์ | 48.93 KB |
จำนวนการติดตั้ง | 347 |
เวอร์ชันปัจจุบัน | 1.7 |
อัปเดตครั้งล่าสุด | 2013-09-25 |
วันที่เผยแพร่ | 2013-09-25 |
คะแนน | 4.00/5 รวมทั้งหมด 23 คะแนน |
ผู้พัฒนา | Alex Nazimok |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/anazimok/bookmark_keyword |
URL หน้าช่วยเหลือ | https://github.com/anazimok/bookmark_keyword/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js", "storage.js" ], "persistent": false }, "manifest_version": 2, "description": "Open bookmarks based on the keyword, which is defined as part of the bookmark title. e.g. [g] Google Search", "name": "Bookmark Keyword", "options_page": "options.html", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "omnibox": { "keyword": "kw" }, "permissions": [ "bookmarks", "tabs" ], "version": "1.7" } |