Remove All Bookmarks
A browser action remove all your bookmarks.
Wat is Remove All Bookmarks?
Remove All Bookmarks is een Chrome-extensie ontwikkeld door stanley song, en de belangrijkste functie is "A browser action remove all your bookmarks.".
Download het CRX-bestand van de extensie Remove All Bookmarks
Download Remove All Bookmarks-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
*Warning : BE CAREFUL USE IT. IT WILL REMOVE YOUR ALL BOOKMARKS. this extension just for that if you feel your bookmarks sucks. just install it. click the icon, clean up!!! (My bookmarks was in a mess, so i create it for clean my bookmarks) *주의 : 이 확장프로그램은 사용자의 모든 북마크를 삭제합니다. 가끔 클라우드 동기화를 하거나 여러대의 기기에서 동기화때문에 북마크가 뒤범벅이 될때 이 확장프로그램을 속 시원하게 싹 날려버리세요!!! (저도 여러대에서 북마크 동기화를 하다보니까 북마크가 뒤범벅이 되서 이 확장프로그램을 개발해서 싹 날려버렸어요.) ×注意:这个外挂会删除你保存的所有书签。 有时候用很多台电脑,智能手机,同步数据,整的所有书签杂乱无章,这时候用这个外挂像拉大便似的,爽快地删掉吧。 (本人也是因上记原因,开发此外挂删除了所有的书签) *ご注意:このプログラムはユーザーの保存したすべてのブックマークを削除します。 時々多数のデバイス同士の同期化により、ブックマークがメッチャクチャになる時があります。 この時、このプログラムでスッキリ削除してください。 (作者もこの問題で悩んでの挙句、これを作りすべてのブックマークを削除しました)
Basisinformatie over de Extensie
Naam | |
ID | jdfaodoafhjoedjanmfoiiindbiobmjh |
Officiële URL | https://chromewebstore.google.com/detail/remove-all-bookmarks/jdfaodoafhjoedjanmfoiiindbiobmjh |
Beschrijving | A browser action remove all your bookmarks. |
Bestandsgrootte | 27 KB |
Aantal Installaties | 30 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2014-10-28 |
Publicatiedatum | 2014-10-28 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | stanley song |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Remove All Bookmarks", "version": "1.0", "description": "A browser action remove all your bookmarks.", "permissions": [ "bookmarks" ], "browser_action": { "default_title": "Remove All Your Bookmarks", "default_icon": "icon.png", "default_popup": "popup.html" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |