Awesome Recent Bookmarks
Shows recent bookmark
什麼是Awesome Recent Bookmarks?
Awesome Recent Bookmarks是由toumasuxp開發的Chrome擴展程式,該擴展的主要功能是“Shows recent bookmark”。
擴展截圖
下載Awesome Recent Bookmarks擴展crx文件
下載Awesome Recent Bookmarks擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Show recent bookmarks menu. Works with Google Chrome bookmarks. You change settings of this extension if you don't like default settings. For example, - the number of showing recent bookmarks - alert when you delete a recent bookmarks
擴展基本資訊
名稱 | |
ID | ddnfpifnooijlnjhnndijfcbppjdmece |
官方網址 | https://chrome.google.com/webstore/detail/awesome-recent-bookmarks/ddnfpifnooijlnjhnndijfcbppjdmece |
簡介 | Shows recent bookmark |
檔案大小 | 48.77 KB |
安裝次數 | 29 |
目前版本 | 0.1.5 |
更新時間 | 2021-10-15 |
上架時間 | 2020-01-26 |
評分 | 5.00/5 共 1 次評分 |
開發者 | toumasuxp |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Awesome Recent Bookmarks", "version": "0.1.5", "description": "Shows recent bookmark", "manifest_version": 2, "default_locale": "en", "browser_action": { "default_title": "Awesome Recent Bookmarks", "default_popup": "popup.html" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "bookmarks" ] } |