Awesome Bookmarks Button
Awesome button to open the Chrome bookmarks in a new window or tab. If the bookmarks page is already open, that tab is selected.
什麼是Awesome Bookmarks Button?
Awesome Bookmarks Button是由https://upway2late.com開發的Chrome擴展程式,該擴展的主要功能是“Awesome button to open the Chrome bookmarks in a new window or tab. If the bookmarks page is already open, that tab is selected.”。
擴展截圖
下載Awesome Bookmarks Button擴展crx文件
下載Awesome Bookmarks Button擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
It's a shortcut button to open the bookmarks.
擴展基本資訊
名稱 | Awesome Bookmarks Button |
ID | dgkaehmmlnblfmmpdebmhjieffcjjjph |
官方網址 | https://chromewebstore.google.com/detail/awesome-bookmarks-button/dgkaehmmlnblfmmpdebmhjieffcjjjph |
簡介 | Awesome button to open the Chrome bookmarks in a new window or tab. If the bookmarks page is already open, that tab is selected. |
檔案大小 | 32.94 KB |
安裝次數 | 2,336 |
目前版本 | 1.2.0.0 |
更新時間 | 2020-12-03 |
上架時間 | 2016-09-22 |
評分 | 4.43/5 共 30 次評分 |
開發者 | https://upway2late.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://www.upway2late.com/projects/buttons-project |
說明頁面URL | http://www.upway2late.com/projects/buttons-project |
隱私政策頁面URL | http://www.upway2late.com |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Awesome Bookmarks Button", "version": "1.2.0.0", "description": "Awesome button to open the Chrome bookmarks in a new window or tab. If the bookmarks page is already open, that tab is selected.", "icons": { "16": "bookmarks_16.png", "48": "bookmarks_48.png", "128": "bookmarks_128.png" }, "background": { "page": "background.html" }, "options_page": "options.html", "browser_action": { "default_icon": "bookmarks_19.png", "default_title": "Awesome Bookmarks Button" }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "manifest_version": 2 } |