404 Bookmark Remover
Get a list of your unavailable, old bookmarks and remove them with ease!
Hvad er 404 Bookmark Remover?
404 Bookmark Remover er en Chrome-udvidelse udviklet af Vengel Studio, og dens hovedfunktion er "Get a list of your unavailable, old bookmarks and remove them with ease!".
Udvidelsesskærmbilleder
Download 404 Bookmark Remover-udvidelses-CRX-fil
Download 404 Bookmark Remover-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
❓ 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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | kmfodfcddbcokegecplfbchfgfldnjpd |
Officiel URL | https://chrome.google.com/webstore/detail/404-bookmark-remover/kmfodfcddbcokegecplfbchfgfldnjpd |
Beskrivelse | Get a list of your unavailable, old bookmarks and remove them with ease! |
Filstørrelse | 175 KB |
Antal Installationer | 707 |
Nuværende Version | 2.0.1 |
Senest Opdateret | 2018-10-06 |
Udgivelsesdato | 2018-10-06 |
Bedømmelse | 2.50/5 Samlet 14 Bedømmelser |
Udvikler | Vengel Studio |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |