404 Bookmark Remover
Get a list of your unavailable, old bookmarks and remove them with ease!
什麼是404 Bookmark Remover?
404 Bookmark Remover是由Vengel Studio開發的Chrome擴展程式,該擴展的主要功能是“Get a list of your unavailable, old bookmarks and remove them with ease!”。
擴展截圖
下載404 Bookmark Remover擴展crx文件
下載404 Bookmark Remover擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
❓ Ever wanted to remove all your outdated bookmarks, but you were too lazy to do it by yourself? Our extension will: ✔ check if your bookmarks are available ✔ show you a list of them, allowing you to remove them ✔ display a fancy chart! No changes are made without your approval.
擴展基本資訊
名稱 | |
ID | kmfodfcddbcokegecplfbchfgfldnjpd |
官方網址 | https://chrome.google.com/webstore/detail/404-bookmark-remover/kmfodfcddbcokegecplfbchfgfldnjpd |
簡介 | Get a list of your unavailable, old bookmarks and remove them with ease! |
檔案大小 | 175 KB |
安裝次數 | 707 |
目前版本 | 2.0.1 |
更新時間 | 2018-10-06 |
上架時間 | 2018-10-06 |
評分 | 2.50/5 共 14 次評分 |
開發者 | Vengel Studio |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "404 Bookmark Remover", "description": "Get a list of your unavailable, old bookmarks and remove them with ease!", "version": "2.0.1", "permissions": [ "storage", "bookmarks", "tabs", "activeTab", "https:\/\/*\/", "http:\/\/*\/" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": { "19": "img\/icon48.png", "38": "img\/icon48.png" }, "default_popup": "popup.html" }, "web_accessible_resources": [ "img\/icon128.png" ] } |