SiteBookmarks
View your bookmarks on the current site from the context (right-click) menu.
什麼是SiteBookmarks?
SiteBookmarks是由https://site.simonandrewbrown.co.uk開發的Chrome擴展程式,該擴展的主要功能是“View your bookmarks on the current site from the context (right-click) menu.”。
擴展截圖
下載SiteBookmarks擴展crx文件
下載SiteBookmarks擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Adds a context-menu item listing all your bookmarks on the current site. If you have a lot of bookmarks, this makes it easier to go to your favourite pages on the specific site without hunting through your bookmarks.
Source code:
https://github.com/simonbrown/Site-Bookmarks 擴展基本資訊
| 名稱 | |
| ID | mijccbhecmjbiepdfpbnknpjeiggnomn |
| 官方網址 | https://chromewebstore.google.com/detail/sitebookmarks/mijccbhecmjbiepdfpbnknpjeiggnomn |
| 簡介 | View your bookmarks on the current site from the context (right-click) menu. |
| 檔案大小 | 49.92 KB |
| 安裝次數 | 91 |
| 目前版本 | 1.6 |
| 更新時間 | 2012-11-05 |
| 上架時間 | 2012-11-05 |
| 評分 | 4.18/5 共 11 次評分 |
| 開發者 | https://site.simonandrewbrown.co.uk |
| 付費類型 | free |
| 擴展官網 | http://www.isimonbrown.co.uk/contact/ |
| 說明頁面URL | http://www.isimonbrown.co.uk/contact/ |
| 支援的語言 | en-GB |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "SiteBookmarks",
"description": "View your bookmarks on the current site from the context (right-click) menu.",
"version": "1.6",
"manifest_version": 2,
"background": {
"scripts": [
"main.js"
]
},
"permissions": [
"bookmarks",
"contextMenus"
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"options_page": "options.html",
"minimum_chrome_version": "20.0"
} | |