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 |
| 公式URL | 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 |
| Eメール | [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"
]
} | |