Remove All Bookmarks

A browser action remove all your bookmarks.

Cos'è Remove All Bookmarks?

Remove All Bookmarks è un'estensione di Chrome sviluppata da stanley song, e la sua funzione principale è "A browser action remove all your bookmarks.".

Scarica il file CRX dell'estensione Remove All Bookmarks

Scarica i file di estensione Remove All Bookmarks in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        *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)

*주의 : 이 확장프로그램은 사용자의 모든 북마크를 삭제합니다.

가끔 클라우드 동기화를 하거나 여러대의 기기에서 동기화때문에 북마크가 뒤범벅이 
될때 이 확장프로그램을 속 시원하게 싹 날려버리세요!!!

(저도 여러대에서 북마크 동기화를 하다보니까 북마크가 뒤범벅이 되서 이 확장프로그램을 개발해서
싹 날려버렸어요.)

×注意:这个外挂会删除你保存的所有书签。

有时候用很多台电脑,智能手机,同步数据,整的所有书签杂乱无章,这时候用这个外挂像拉大便似的,爽快地删掉吧。
(本人也是因上记原因,开发此外挂删除了所有的书签)

*ご注意:このプログラムはユーザーの保存したすべてのブックマークを削除します。

時々多数のデバイス同士の同期化により、ブックマークがメッチャクチャになる時があります。
この時、このプログラムでスッキリ削除してください。
(作者もこの問題で悩んでの挙句、これを作りすべてのブックマークを削除しました)                    

Informazioni di Base sull'Estensione

Nome Remove All Bookmarks Remove All Bookmarks
ID jdfaodoafhjoedjanmfoiiindbiobmjh
URL Ufficiale https://chromewebstore.google.com/detail/remove-all-bookmarks/jdfaodoafhjoedjanmfoiiindbiobmjh
Descrizione A browser action remove all your bookmarks.
Dimensione del File 27 KB
Conteggio Installazioni 30
Versione Corrente 1.0
Ultimo Aggiornamento 2014-10-28
Data di Pubblicazione 2014-10-28
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore stanley song
Tipo di Pagamento free
Lingue Supportate 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'"
}